Skip to content

Commit

Permalink
update run-docker-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Sep 2, 2024
1 parent 8a4c267 commit b5433c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- uses: liskin/gh-pipx@v1
if: ${{ steps.check-branch.outputs.run == 'true' }}
with:
packages: >-
poetry
Expand All @@ -56,7 +55,6 @@ jobs:
cache-environment-key: requirements-${{ hashFiles('pyproject.toml') }}

- name: Install dependencies
if: ${{ steps.check-branch.outputs.run == 'true' }}
run: |
micromamba activate otter-grader
poetry install --with test --all-extras
Expand Down

0 comments on commit b5433c5

Please sign in to comment.