Skip to content

Commit

Permalink
🔨 fix dependency variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanbekker committed Dec 31, 2023
1 parent 115d534 commit 6630931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
source venv/bin/activate
pip install -r $PIP_REQUIREMENTS_FILE
env:
PIP_REQUIREMENTS_FILE: ${{env.PIP_REQUIREMENTS_FILE}}
PIP_REQUIREMENTS_FILE: "${{ github.workspace }}/requirements.txt"

static-analysis:
needs: setup
Expand Down

0 comments on commit 6630931

Please sign in to comment.