Skip to content

Commit

Permalink
Update pip in venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed May 8, 2024
1 parent 1d65caa commit 4e4a1e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Update pip
run: pip install --upgrade pip

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.3.2
virtualenvs-create: true

- name: Install setuptools
run: poetry run pip install setuptools
run: |
poetry run pip install --upgrade pip
poetry run pip install setuptools
- name: Install dependencies
run: poetry install --no-interaction
Expand Down

0 comments on commit 4e4a1e4

Please sign in to comment.