Skip to content

Commit

Permalink
fix: debug workflows test
Browse files Browse the repository at this point in the history
  • Loading branch information
ACornuIGN committed Dec 22, 2023
1 parent af537ca commit f21c106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v4

- name: Install environment
uses: mamba-org/[email protected]
with:
environment-file: environment.yml
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests with pytest
run: python3 -m pytest -s ./test -v

0 comments on commit f21c106

Please sign in to comment.