Skip to content

Commit

Permalink
Fix 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Apr 5, 2023
1 parent 9d3df60 commit 9885ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -344,7 +344,7 @@ jobs:
name: dist
path: dist
- name: 'Install from distributions'
run: python -m pip install --find-links=dist --no-deps --no-index ${{ github.event.repository.name }}
run: python -m pip install --find-links=dist --no-deps ${{ github.event.repository.name }}

deploy:
name: 'Deploy'
Expand Down

0 comments on commit 9885ed2

Please sign in to comment.