File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4242
4343 - run :
4444 command : | # Use pip to install dependengcies
45- pip install --user --upgrade setuptools
45+ # pip install --user --upgrade setuptools
46+ pip install --user -e git+https://github.com/rocky/python-xdis.git#egg=xdis
4647 pip install --user -e .
4748 # Not sure why "pip install -e" doesn't work above
4849 # pip install click spark-parser xdis
Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
2323 run : |
24- python -m pip install --upgrade pip
24+ # Until the next xdis release
25+ pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
2526 pip install -e .
2627 # Not sure why "pip install -e" doesn't work above
2728 # pip install click spark-parser xdis
Original file line number Diff line number Diff line change 2020 python-version : ${{ matrix.python-version }}
2121 - name : Install dependencies
2222 run : |
23- python -m pip install --upgrade pip
23+ # Until the next xdis release
24+ pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
2425 pip install -e .
2526 # pip install click spark-parser xdis
2627 pip install -r requirements-dev.txt
Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
2323 run : |
24- python -m pip install --upgrade pip
24+ # Until the next xdis release
25+ pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
2526 pip install -e .
2627 # Not sure why "pip install -e" doesn't work above
2728 # pip install click spark-parser xdis
You can’t perform that action at this time.
0 commit comments