Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/task_50' into task_50
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbsu committed Mar 7, 2024
2 parents 8e7cfbd + 3caa2c0 commit 4586f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest numpy scipy pybind
python -m pip install flake8 pytest numpy scipy pybind11
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run lint and tests
run: ./test.sh
Expand Down

0 comments on commit 4586f15

Please sign in to comment.