Skip to content

Commit

Permalink
fix pypi-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed May 23, 2024
1 parent ac95f28 commit abdf350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Delete local package
run: |
rm -rf ./pygenesis
rm -rf ./pygenesis_django
- name: Install package from PyPi
run: |
python -m pip install --upgrade pip
pip install -U pygenesis
pip install -U pygenesis-django
- name: Install Dev Requirements
run: |
pip install -r requirements.txt
pip install -r dev-requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit abdf350

Please sign in to comment.