Skip to content

Commit

Permalink
Fortify pip install logic for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhosuh committed Jul 17, 2023
1 parent 8368f5b commit ca9522c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Build and install package
shell: bash
run: |
pip install --upgrade pip
pip install build
python3 -m pip install --upgrade pip
python3 -m pip install build
python3 -m build
pip install dist/curvesim*.whl
python3 -m pip install dist/curvesim*.whl
# ensure tests hit installed package
rm -r curvesim
Expand Down

0 comments on commit ca9522c

Please sign in to comment.