Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Jul 5, 2023
1 parent dc064e7 commit dac234a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
# Re-install pytorch for cpu to avoid errors that cuda was not found
run: |
./scripts/setup_py.sh
poetry run pip3 install --force-reinstall --pre torch==2.* --index-url https://download.pytorch.org/whl/nightly/cpu
# We run testing before linting since testing, surprisingly, is much faster.
- name: Test python
Expand Down
9 changes: 4 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openai-function-call = "^0.0.5"

datasets = "^2.12.0"
duckdb = "^0.8.0"
fastapi = "^0.99.1"
fastapi = "^0.98.0"
google-cloud-storage = "^2.5.0"
python = "~3.9"
pyarrow = "^9.0.0"
Expand Down

0 comments on commit dac234a

Please sign in to comment.