Skip to content

Commit

Permalink
Add importlib_resources to GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
polariton committed Dec 24, 2023
1 parent dd32a19 commit 62b1640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash -l {0}
run: |
mamba install typing_extensions!=4.2 pytest
mamba install pip numpy==1.17 scipy==1.0 numba==0.53
mamba install pip numpy==1.17 scipy==1.0 numba==0.53 importlib_resources
- name: Install
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash -l {0}
run: |
mamba install typing_extensions!=4.2
mamba install pip numpy scipy numba pytest pytest-cov pytest-doctestplus
mamba install pip numpy scipy numba pytest pytest-cov pytest-doctestplus importlib_resources
- name: Install
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 62b1640

Please sign in to comment.