Commit 27010d1 1 parent c34de5e commit 27010d1 Copy full SHA for 27010d1
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,9 @@ jobs:
117
117
- name : Run libmamba Python bindings tests
118
118
run : |
119
119
# Only rerun flaky tests on the `main` branch
120
- python -m pytest libmambapy/tests/ ${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }} ${{ github.ref == 'refs/heads/main' && '--reruns 3' || '' }}
120
+ python -m pytest libmambapy/tests/ ^
121
+ ${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }} ^
122
+ ${{ github.ref == 'refs/heads/main' && '--reruns 3' || '' }}
121
123
122
124
mamba_integration_tests_win :
123
125
name : mamba integration tests
@@ -151,4 +153,6 @@ jobs:
151
153
$env:MAMBA_TEST_SHELL_TYPE='powershell'
152
154
Remove-Item -Path "env:CONDARC"
153
155
# Only rerun flaky tests on the `main` branch
154
- python -m pytest micromamba/tests/ ${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }} ${{ github.ref == 'refs/heads/main' && '--reruns 3' || '' }}
156
+ python -m pytest micromamba/tests/ `
157
+ ${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }} `
158
+ ${{ github.ref == 'refs/heads/main' && '--reruns 3' || '' }}
You can’t perform that action at this time.
0 commit comments