Skip to content

Commit

Permalink
ci: update pip update for windows (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jul 19, 2023
1 parent fecade8 commit 8f804f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install python packages
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
pip install ".[test]"
- name: Download examples for pytest runs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pymake-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install python packages
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
pip install ".[test]"
- name: Install GNU Fortran
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Install python packages
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
pip install ".[test]"
- name: Setup symbolic link to gfortran on Linux
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Install python packages
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
pip install ".[test]"
- name: Install GNU Fortran
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pymake-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install python packages
run: |
pip install --upgrade pip
python -m pip install --upgrade pip
pip install ".[test]"
- name: Run pytest
Expand Down

0 comments on commit 8f804f9

Please sign in to comment.