Skip to content

Commit

Permalink
fix: retain main pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 16, 2024
1 parent 5254786 commit 9b0a479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:
# Install much smaller CPU version of PyTorch
env:
PIP_INDEX_URL: https://download.pytorch.org/whl/cpu
PIP_EXTRA_INDEX_URL: https://pypi.org/simple/

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [pull_request]
# Install much smaller CPU version of PyTorch
env:
PIP_INDEX_URL: https://download.pytorch.org/whl/cpu
PIP_EXTRA_INDEX_URL: https://pypi.org/simple/

jobs:
lint:
Expand Down

0 comments on commit 9b0a479

Please sign in to comment.