Skip to content

Commit

Permalink
Less verbose tests and try to fix macos14 tests (pip install pycdfpp)
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 May 17, 2024
1 parent e93ed41 commit ba80dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: run tests
run: |
pip install ddt requests
python -vvv tests/full_corpus/test_full_corpus.py
python -v tests/full_corpus/test_full_corpus.py
test_wheels_macos_14:
needs: [build_wheels]
Expand All @@ -113,6 +113,7 @@ jobs:
- name: install wheel
run: |
pyenv local ${{ matrix.python-version }}
python3 -m pip install --break-system-packages --upgrade pip
python3 -m pip install --break-system-packages numpy pyyaml
python3 -m pip install --break-system-packages --no-index --find-links $GITHUB_WORKSPACE/dist pycdfpp
- uses: actions/checkout@v4
Expand Down

0 comments on commit ba80dcd

Please sign in to comment.