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 a2a8a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install -r .github/scripts/requirements.txt
- run: pip install -r requirements.txt
- run: black .
- run: pyright -p pyproject.toml
- run: pytest
Expand Down

0 comments on commit a2a8a02

Please sign in to comment.