Skip to content

Commit

Permalink
all depend on venv
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex committed Mar 5, 2024
1 parent 75ab161 commit 9c42c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
needs: setup-and-upload
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -136,6 +137,7 @@ jobs:
docker:
name: Docker image
runs-on: ubuntu-latest
needs: setup-and-upload
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 9c42c3e

Please sign in to comment.