Skip to content

Commit

Permalink
probably like this
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent 730cd3e commit 34f2de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
root
- name: Install Python dependencies
run: |
micromamba install -n test-env -c conda-forge pip -y
micromamba activate test-env
pip install --upgrade pip
pip install .[dev]
- name: Test with pytest
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
root
- name: Install Python dependencies
run: |
micromamba install -n test-env -c conda-forge pip -y
micromamba activate test-env
pip install --upgrade pip
pip install .[dev]
- name: Test with pytest
Expand Down

0 comments on commit 34f2de7

Please sign in to comment.