Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DemirTonchev committed Mar 28, 2024
1 parent b640058 commit 279ddf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
post-cleanup: 'all'
- name: Install dependencies
run: |
pip install .
pip install pytest
python -m pip install .
python -m pip install pytest
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
- name: Run custom command in micromamba environment
run: pytest
Expand Down

0 comments on commit 279ddf9

Please sign in to comment.