Skip to content

Commit

Permalink
Update pip update
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Dec 19, 2023
1 parent 91c1f4a commit 1f11f26
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 @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pip install -e .[installer]
python -m pip install -e .[installer]
echo "PYDETEX_VERSION=$(python -c "import pydetex; print(pydetex.__version__)")" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 1f11f26

Please sign in to comment.