Skip to content

Commit

Permalink
Fix build & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Mar 18, 2024
1 parent f966288 commit a6fec7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@ jobs:
batch-name: valid-mps
os: ${{ matrix.test-platform }}

- name: Run tests for adequacy patch (CSR)
if: ${{ env.IS_RELEASE == 'true' }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
batch-name: adequacy-patch-CSR
os: ${{ matrix.test-platform }}

- name: Run medium-tests
if: ${{ env.IS_RELEASE == 'true' }}
uses: ./.github/workflows/run-tests
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
key: |
${{ hashFiles( 'vcpkg_manifest/vcpkg.json' ) }}-${{ hashFiles( '.git/modules/vcpkg/HEAD' )}}-${{ matrix.triplet }}
- name: Setup Python 3.11
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
architecture: 'x64'
python-version: '3.11'
python-version: '3.12'

- name : Install deps with VCPKG
run: |
Expand Down Expand Up @@ -148,13 +148,6 @@ jobs:
path: 'simtest.json'
prop_path: 'version'

- name: Run tests for adequacy patch (CSR)
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
batch-name: adequacy-patch-CSR
os: ${{ matrix.test-platform }}

- name: Run medium-tests
uses: ./.github/workflows/run-tests
with:
Expand Down

0 comments on commit a6fec7a

Please sign in to comment.