File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
jobs :
31
31
build :
32
- # if: false # Comment this line out to "unfreeze"
32
+ if : false # Comment this line out to "unfreeze"
33
33
runs-on : ${{ matrix.os }}
34
34
strategy :
35
35
fail-fast : false
@@ -52,14 +52,13 @@ jobs:
52
52
- name : Set up Python Dev Version
53
53
uses : actions/setup-python@v3
54
54
with :
55
- python-version : ' 3.10 ' # -dev'
55
+ python-version : ' 3.11 -dev'
56
56
57
57
- name : Install dependencies
58
58
shell : bash -el {0}
59
59
run : |
60
60
python -m pip install --upgrade pip setuptools wheel
61
- #pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
62
- pip install numpy
61
+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
63
62
pip install git+https://github.com/nedbat/coveragepy.git
64
63
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio
65
64
pip list
You can’t perform that action at this time.
0 commit comments