Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei-k committed Jul 24, 2024
1 parent 32f356b commit 41e20e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry export -f requirements.txt --output requirements.txt --dev --without-hashes
pip -r requirements.txt
pip install -r requirements.txt
- name: Build Extensions
run: |
python setup.py build_ext --inplace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry export -f requirements.txt --output requirements.txt --dev --without-hashes
pip -r requirements.txt
pip install -r requirements.txt
- name: Build Docs
run: |
Expand Down

0 comments on commit 41e20e2

Please sign in to comment.