Skip to content

Commit 6e79c30

Browse files
committed
No need for prerelease pip anymore
1 parent 273363e commit 6e79c30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ jobs:
379379
- name: Build Environment
380380
run: |
381381
python --version
382-
python -m pip install --upgrade --pre pip
383-
python -m pip install --upgrade setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
382+
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
384383
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
385384
python -m pip install versioneer[toml]
386385
python -m pip install python-dateutil pytz tzdata hypothesis>=6.46.1 pytest>=7.3.2 pytest-xdist>=2.2.0 pytest-cov

0 commit comments

Comments
 (0)