Skip to content

Commit

Permalink
Merge pull request #475 from sblauth/dev/scotch_pin
Browse files Browse the repository at this point in the history
fix scotch version in conda install test
  • Loading branch information
sblauth authored Jul 17, 2024
2 parents a966e23 + e9e2d43 commit 4aee351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
conda update conda
- name: Install cashocs
run: conda create -n test -c conda-forge cashocs python=3.12
run: conda create -n test -c conda-forge cashocs python=3.12 scotch"<7"

- name: Test if package was installed properly
run: |
Expand Down

0 comments on commit 4aee351

Please sign in to comment.