Skip to content

Commit

Permalink
#32: clean workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie authored and cwschilly committed Aug 14, 2024
1 parent ae77da0 commit b562a95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
- ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8
- ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8
# - ubuntu_24.04-gcc_14-vtk_9.3.1-py_3.12
env:
OUTPUT_DIR: '/tmp/artifacts'
VT_TV_TESTS_ENABLED: 'ON' # Build & Test in all configurations
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/pushbasedockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,12 @@ on:
- ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
- ubuntu_22.04-clang_11-vtk_9.2.2-py_3.8
- ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8
# - ubuntu_24.04-gcc_14-vtk_9.3.0-py_3.12 # FAILS
default: ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8

jobs:
push_to_registry:
name: Build & Push
runs-on: ubuntu-latest
# Please comment the matrix when using the dispatch event and use inputs instead.
# Matrix for build tests on push event.
# strategy:
# matrix:
# image:
# - ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
# - ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8
# - ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8
# # - ubuntu_24.04-gcc_11-vtk_9.3.1-py_3.12 # FAILS
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit b562a95

Please sign in to comment.