Skip to content

Commit

Permalink
messing with pip some more...
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 11, 2024
1 parent 90dba28 commit 41c2104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- run: cd ${{ github.workspace }}
- run: python3 -m venv .venv
- run: source .venv/bin/activate
- run: python3 -m pip install -r requirements.txt 2>&1
- run: python -m compileall -q .
- run: python3 runtests.py
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 41c2104

Please sign in to comment.