Skip to content

Commit

Permalink
Update pytests-upstream.yml
Browse files Browse the repository at this point in the history
install argopy in CI tests, try to fix upstream tests
  • Loading branch information
gmaze committed Jun 21, 2023
1 parent 115ca07 commit 6d6c565
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pytests-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
create-args:: |
python=${{matrix.python-version}}
- name: Install argopy
run: |
python -m pip install --no-deps -e .
- name: Version info
run: |
micromamba info
Expand Down Expand Up @@ -172,6 +176,10 @@ jobs:
python=${{matrix.python-version}}
pytest-reportlog
- name: Install argopy
run: |
python -m pip install --no-deps -e .
- name: Version info
run: |
micromamba info
Expand Down

0 comments on commit 6d6c565

Please sign in to comment.