Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Nov 14, 2022
1 parent aefd3d7 commit 4d43d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
mamba info
mamba list
mamba install -c conda-forge geedim>=1.6.0
mamba install -c conda-forge geedim>=1.6.1
mamba list
- name: Test geedim
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install geedim
run: |
mamba info
mamba install -c conda-forge geedim=1.6.0 pytest
mamba install -c conda-forge geedim=1.6.1 pytest
# force an update to the latest versions
mamba update -c conda-forge geedim --force-reinstall
mamba list
Expand Down

0 comments on commit 4d43d0f

Please sign in to comment.