Skip to content

Commit 15ba441

Browse files
authored
Update python-dev.yml
1 parent d36259a commit 15ba441

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-dev.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929

3030
jobs:
3131
build:
32-
#if: false # Comment this line out to "unfreeze"
32+
if: false # Comment this line out to "unfreeze"
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
fail-fast: false
@@ -52,14 +52,13 @@ jobs:
5252
- name: Set up Python Dev Version
5353
uses: actions/setup-python@v3
5454
with:
55-
python-version: '3.10' #-dev'
55+
python-version: '3.11-dev'
5656

5757
- name: Install dependencies
5858
shell: bash -el {0}
5959
run: |
6060
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
6362
pip install git+https://github.com/nedbat/coveragepy.git
6463
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio
6564
pip list

0 commit comments

Comments
 (0)