Skip to content

Commit c1e92a0

Browse files
Fixed stray and malformed block of copy-pasted code
1 parent 3699f92 commit c1e92a0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cron-run-tests.yaml renamed to .github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ jobs:
6666
conda activate ${{ env.TEST_ENV_NAME }}
6767
python -m pytest -v --pyargs $MODULE_NAME
6868
69-
test_linux:
70-
runs-on: ${{ matrix.runner }}
71-
timeout-minutes: 30
72-
73-
strategy:
74-
matrix:
75-
python: ['3.9', '3.10', '3.11', '3.12']
76-
experimental: [false]
77-
runner: [ubuntu-22.04]
78-
continue-on-error: ${{ matrix.experimental }}
7969
8070
test_windows:
8171
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)