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 23, 2024
1 parent 067d7d4 commit d981059
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 d981059

Please sign in to comment.