We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273363e commit 6e79c30Copy full SHA for 6e79c30
.github/workflows/unit-tests.yml
@@ -379,8 +379,7 @@ jobs:
379
- name: Build Environment
380
run: |
381
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
+ python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
384
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
385
python -m pip install versioneer[toml]
386
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