Skip to content

Commit d64acbf

Browse files
authored
syntax
1 parent 792c9eb commit d64acbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/32-bit-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
export PANDAS_CI=1 && \
4646
python -m pip install --no-build-isolation -ve . && \
4747
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"
48+
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml --import-mode=importlib"
4949
5050
- name: Publish test results for Python 3.8-32 bit full Linux
5151
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)