Skip to content

Commit

Permalink
fixup! Cloud API: Improve environment handling for Jupyter Notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 17, 2023
1 parent 15797d4 commit 54951a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pip install "setuptools>=64" --upgrade
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --editable=.[all,examples,develop,test]
pip install --use-pep517 --prefer-binary --editable=.[examples,io,develop,test]
- name: Run linter and software tests
run: |
Expand Down

0 comments on commit 54951a0

Please sign in to comment.