Skip to content

Commit

Permalink
Use latest version of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 9, 2023
1 parent 87784c6 commit 1076699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
with:
python-version: '3.10'

- name: Use latest version of pip
run: |
python -m pip install --upgrade pip
- name: Install ConFlowGen
run: |
python -m pip install conflowgen pytest
Expand Down

0 comments on commit 1076699

Please sign in to comment.