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 23823e2 commit 3239de3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8' # Change to the version of Python you are using
python-version: '3.10' # Change to the version of Python you are using

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pandas numpy cython
- name: Install optimask
cython optimask/optimask_cython.pyx
pip install -e .

Expand Down

0 comments on commit 3239de3

Please sign in to comment.