Skip to content

Commit 5d6c25a

Browse files
committed
fix
1 parent 3005a1c commit 5d6c25a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Set up Python 3.11
16+
- name: Set up Python 3.10
1717
uses: actions/setup-python@v1
1818
with:
19-
python-version: 3.11
19+
python-version: 3.10
2020
- name: Install dependencies
2121
run: |
2222
python -m venv ~/venv
@@ -27,10 +27,6 @@ jobs:
2727
run: |
2828
. ~/venv/bin/activate
2929
python -m pytest test
30-
- name: Setup Ganga Config
31-
run: echo "[GangaDefaults]\ncreate_config = no" > ~/.gangarc
32-
33-
- name: Run Tests
34-
run: |
35-
GANGA_DEBUG=1 timeout 60s python -m unittest test/test_submit_jobs.py
30+
- name: List files in workspace
31+
run: ls -R
3632

0 commit comments

Comments
 (0)