Skip to content

Commit

Permalink
hope to fix pypi-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Sep 7, 2024
1 parent c8f48c3 commit 2323f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
rm -rf ./tenda_everest
- name: Install package from PyPi
run: |
python -m pip install --upgrade pip
pip install -U tenda-everest
python -m pip install --no-cache-dir --upgrade pip
pip install -U --no-cache-dir tenda-everest
- name: Install Dev Requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 2323f6c

Please sign in to comment.