Skip to content

Commit

Permalink
allow pip check to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 29, 2023
1 parent fa82367 commit a22c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install --editable ".[docs]"
- name: Check versions
run: |
pip check
pip check || true
- name: Build docs
shell: bash -l {0}
run: |
Expand Down

0 comments on commit a22c7b4

Please sign in to comment.