Skip to content

Commit

Permalink
changing things
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed May 8, 2024
1 parent faff998 commit 7a0ea00
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ jobs:
with:
version: 1.3.2
virtualenvs-create: true

- name: Install setuptools
- name: Install dependencies
run: |
poetry run pip install --upgrade pip
poetry run pip install --upgrade setuptools
- name: List deps
run: poetry run pip list

- name: Install dependencies
run: poetry install --no-interaction
poetry run pip list
poetry install --no-interaction
- name: Run tests and generate coverage report
run: |
Expand Down

0 comments on commit 7a0ea00

Please sign in to comment.