Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 17, 2024
1 parent cb4dafb commit b782f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
${{ matrix.python }} get-pip.py
${{ matrix.python }} -m ${{ matrix.pip }} install --user --upgrade pip
${{ matrix.python }} -m ${{ matrix.pip }} --no-cache-dir install --user setuptools wheel "urllib3==1.25.11"
${{ matrix.python }} -m ${{ matrix.pip }} -e git+https://github.com/inspirehep/dictdiffer.git#egg=dictdiffer
${{ matrix.python }} -m ${{ matrix.pip }} -e .[tests]
${{ matrix.python }} -m ${{ matrix.pip }} git+https://github.com/inspirehep/dictdiffer.git#egg=dictdiffer
${{ matrix.python }} -m ${{ matrix.pip }} --no-cache-dir install --user -e .[tests]
- name: Show python dependencies
run: |
Expand Down

0 comments on commit b782f4e

Please sign in to comment.