Skip to content

Commit

Permalink
Quote version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed May 5, 2022
1 parent 83a158f commit db04685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install package and development dependencies
run: |
python -m pip install ipywidgets${{ matrix.ipywidgets }}
python -m pip install "ipywidgets${{ matrix.ipywidgets }}"
python -m pip install .
python -m pip install -r requirements-dev.txt
Expand Down

0 comments on commit db04685

Please sign in to comment.