Skip to content

Commit

Permalink
remove tket build dummy job
Browse files Browse the repository at this point in the history
  • Loading branch information
trvto committed Nov 14, 2023
1 parent 48394a0 commit 627f849
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,6 @@ jobs:
ccache -s #show stats
ccache -z #show stats
build_test_tket_not_required:
name: Build and test (tket)
needs: check_changes
if: needs.check_changes.outputs.tket_or_workflow_changed != 'true'
strategy:
matrix:
os: ['ubuntu-22.04', 'macos-12', 'windows-2022', 'macos-13-xlarge']
runs-on: ${{ matrix.os }}
steps:
- run: echo "no changes to tket"

build_test_pytket_ubuntu:
name: Build and test pytket (ubuntu)
needs: check_changes
Expand Down

0 comments on commit 627f849

Please sign in to comment.