Skip to content

Commit

Permalink
Trying python3 -m pip install to install scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
david-istvan committed Apr 6, 2024
1 parent 8ee06b3 commit 4453d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -e $GITHUB_WORKSPACE
pip install -r requirements.txt
python3 -m pip install -r requirements.txt
- name: Unit tests
run: |
python -m tests.grid_tests
Expand Down

0 comments on commit 4453d3e

Please sign in to comment.