Skip to content

Commit

Permalink
Github Actions : fix cache version and update test_environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
senesis committed Feb 16, 2024
1 parent 3210bc3 commit 8d6b38f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
use-mamba: true

- name: Cache Conda env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.CONDA }}/envs
key:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
use-mamba: true

- name: Cache Conda env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.CONDA }}/envs
key:
Expand Down
1 change: 1 addition & 0 deletions tests/conda_test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dependencies:
- proj=9.0.0=h93bde94_1
- pthread-stubs=0.4=h36c2ea0_1001
- python=3.11.3=h2755cc3_0_cpython
- ipython=7.29.0=py39hb070fc8_0
- python_abi=3.11=3_cp311
- readline=8.2=h8228510_1
- setuptools=67.7.2=pyhd8ed1ab_0
Expand Down

0 comments on commit 8d6b38f

Please sign in to comment.