Skip to content

Commit

Permalink
Fix test on GH
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Apr 17, 2024
1 parent 93e5e24 commit b5082a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- name: add pyenv to path
run: |
echo " ~/.pyenv/shims" >> $GITHUB_PATH
echo "~/.pyenv/shims" >> $GITHUB_PATH
- name: install dependencies
run: |
brew install pyenv
Expand All @@ -111,12 +111,12 @@ jobs:
- name: install wheel
run: |
pyenv local ${{ matrix.python-version }}
python3 -m pip install --find-links $GITHUB_WORKSPACE/dist pycdfpp
python3 -m pip install --break-system-packages --find-links $GITHUB_WORKSPACE/dist pycdfpp
- uses: actions/checkout@v3
- name: run tests
run: |
pyenv local ${{ matrix.python-version }}
python3 -m pip install ddt requests
python3 -m pip install --break-system-packages ddt requests
python3 tests/full_corpus/test_full_corpus.py
Expand Down

0 comments on commit b5082a4

Please sign in to comment.