Skip to content

Commit

Permalink
Package installation is required for querying in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Jul 22, 2022
1 parent cc7dc01 commit 4fa8f4e
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 @@ -105,7 +105,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -U -r requirements/publish.txt
pip install -U ".[publish]"
- name: Download artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 4fa8f4e

Please sign in to comment.