Skip to content

Commit

Permalink
Update pip install so that script files can properly reference deploy…
Browse files Browse the repository at this point in the history
…ment yml path within github action.
  • Loading branch information
derekpierre committed Aug 22, 2024
1 parent 4493429 commit 03182e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
cache: "pip"
python-version: "3.11"
- run: pip install . -r requirements.txt
- run: pip install -e . -r requirements.txt

- name: Run Ape Tests
run: ape test
Expand Down

0 comments on commit 03182e2

Please sign in to comment.