Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Sep 23, 2022
1 parent 0dd9526 commit d248ecd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.1
mamba install -c conda-forge geedim>=1.5.2
mamba list
- name: Test geedim
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install geedim from Test PyPI
run: |
python -m pip install --upgrade pip
python -m pip install --extra-index-url https://test.pypi.org/simple/ geedim
python -m pip install --extra-index-url https://test.pypi.org/simple/ --upgrade geedim
- name: Test geedim CLI
timeout-minutes: 5
env:
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.5.1 pytest
mamba install -c conda-forge geedim=1.5.2 pytest
# force an update to the latest versions
mamba update -c conda-forge geedim --force-reinstall
mamba list
Expand Down

0 comments on commit d248ecd

Please sign in to comment.