Skip to content

Commit

Permalink
Update pip_install_on_python_3_x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 29, 2024
1 parent fb5d9a7 commit f45d075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip_install_on_python_3_x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#- run: pip install ${{ matrix.module }}
#- run: pip uninstall -y ${{ matrix.module }}
- run: pip install --upgrade pip
- run: pip install django ${{ matrix.module }}
- run: pip install ${{ matrix.module }}
- if: ${{ matrix.module }} == "django-haystack"
shell: python
run: |
Expand Down

0 comments on commit f45d075

Please sign in to comment.