We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792c9eb commit d64acbfCopy full SHA for d64acbf
.github/workflows/32-bit-linux.yml
@@ -45,7 +45,7 @@ jobs:
45
export PANDAS_CI=1 && \
46
python -m pip install --no-build-isolation -ve . && \
47
python -m pip list && \
48
- pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml --import-mode="importlib"
+ pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml --import-mode=importlib"
49
50
- name: Publish test results for Python 3.8-32 bit full Linux
51
uses: actions/upload-artifact@v3
0 commit comments