Skip to content

Commit

Permalink
update min version
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jun 20, 2022
1 parent e79fab6 commit 1b11490
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.1.2
mamba install -c conda-forge geedim>=1.2.0
mamba list
- name: Test geedim
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install geedim from Test PyPI
run: |
python -m pip install --upgrade pip
python -m pip install geedim>=1.1.2
python -m pip install geedim>=1.2.0
- name: Test geedim CLI
timeout-minutes: 5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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>=1.1.2
python -m pip install --extra-index-url https://test.pypi.org/simple/ geedim>=1.2.0
- name: Test geedim CLI
timeout-minutes: 5
env:
Expand Down

0 comments on commit 1b11490

Please sign in to comment.