diff --git a/.github/workflows/install-test-conda-forge.yml b/.github/workflows/install-test-conda-forge.yml index 7eaa8aa..0685c1a 100644 --- a/.github/workflows/install-test-conda-forge.yml +++ b/.github/workflows/install-test-conda-forge.yml @@ -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 diff --git a/.github/workflows/publish-testpypi.yml b/.github/workflows/publish-testpypi.yml index 9f60411..f4e2184 100644 --- a/.github/workflows/publish-testpypi.yml +++ b/.github/workflows/publish-testpypi.yml @@ -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: diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 297a015..8be7951 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -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