Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Revert fly config entirely to try to fix it (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Jan 23, 2024
1 parent 33a9d3f commit 8bde831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache-dependency-path: pyproject.toml

- name: Install dependencies
run: pip install .
run: pip install -r requirements.txt

- name: Generate Python models
run: invoke regenerate-models
Expand Down

0 comments on commit 8bde831

Please sign in to comment.