We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f051f commit 4dc705dCopy full SHA for 4dc705d
2 files changed
.github/workflows/ci_run_tests_deps.yml
@@ -36,7 +36,7 @@ jobs:
36
python -m pip install --upgrade setuptools
37
pip install numpy==${{ matrix.numpy-version }}
38
pip install flake8 pytest#
39
- pip install pytest-xdist
+ pip install "pytest-xdist"
40
if [ -f requirements_tests.txt ]; then pip install -r requirements_tests.txt; fi
41
- name: Build package
42
run: python -m build --wheel
.github/workflows/ci_run_tests_os.yml
@@ -32,7 +32,7 @@ jobs:
32
33
pip install numpy
34
pip install flake8 pytest
35
0 commit comments