Skip to content

Commit

Permalink
fix requirements.txt path
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 21, 2024
1 parent 9225f9a commit 6b89c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install -r scripts/requirements.txt
- run: pip install -r requirements.txt
- run: |
python scripts/conclude.py "${{ inputs.resource_id }}" "${{needs.stage.outputs.version}}"
Expand Down

0 comments on commit 6b89c76

Please sign in to comment.