Skip to content

Commit

Permalink
sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent f95fb1f commit aeaf8b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
shell: micromamba-shell {0}
- name: Install Python dependencies
run: |
which python
python -V
pip install .[dev]
- name: Test with pytest
run: |
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
shell: micromamba-shell {0}
- name: Install Python dependencies
run: |
which python
python -V
pip install .[dev]
- name: Test with pytest
run: |
Expand Down

0 comments on commit aeaf8b3

Please sign in to comment.