Skip to content

Commit

Permalink
Fix an error for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Feb 27, 2024
1 parent 620c08b commit 3005b51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pytest.yml
Expand Up @@ -21,10 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install pytest
pip install scipy
pip install .[dev]
- name: Run pytest
run: |
pip install .
pytest

0 comments on commit 3005b51

Please sign in to comment.