Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl authored Jun 19, 2024
1 parent 692e5e5 commit 18acd5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pandas numpy==1.26.4 cython
pip install pytest pandas numpy cython
- name: Install optimask
run: |
cython optimask/optimask_cython.pyx
tree
- name: Run Pytest
run: |
Expand Down

0 comments on commit 18acd5f

Please sign in to comment.