Skip to content

Commit

Permalink
Install importlib_resources in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jul 2, 2024
1 parent 43a35a4 commit 23da8a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
git clone https://git.cryptomilk.org/projects/cmocka.git suite/cstest/cmocka
chmod +x suite/cstest/build_cstest.sh
pip install "importlib_resources;python_version<'3.9'"
- name: make
if: startsWith(matrix.config.build-system, 'make')
run: |
Expand Down

0 comments on commit 23da8a2

Please sign in to comment.