Skip to content

Commit

Permalink
final fix to the tests (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Dec 2, 2024
1 parent 083d66e commit d352c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_test_reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.12']
gcc-version: ['12']

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
path: tests/test_data/speckles/Model_test_scnn_states

- name: Combine
if: matrix.os == 'ubuntu-latest'
run: |
coverage combine
Expand Down

0 comments on commit d352c51

Please sign in to comment.