##// END OF EJS Templates
Also install wheel package
Thomas Kluyver -
Show More
@@ -17,8 +17,7 b' jobs:'
17 python-version: ${{ matrix.python-version }}
17 python-version: ${{ matrix.python-version }}
18 - name: Install and update Python dependencies
18 - name: Install and update Python dependencies
19 run: |
19 run: |
20 python -m pip install --upgrade pip
20 python -m pip install --upgrade pip setuptools wheel
21 python -m pip install --upgrade setuptools
22 python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
21 python -m pip install --upgrade -e file://$PWD#egg=ipython[test]
23 python -m pip install --upgrade --upgrade-strategy eager trio curio
22 python -m pip install --upgrade --upgrade-strategy eager trio curio
24 python -m pip install --upgrade pytest pytest-trio 'matplotlib!=3.2.0'
23 python -m pip install --upgrade pytest pytest-trio 'matplotlib!=3.2.0'
General Comments 0
You need to be logged in to leave comments. Login now