We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3005a1c commit 5d6c25aCopy full SHA for 5d6c25a
.github/workflows/testing.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - name: Set up Python 3.11
+ - name: Set up Python 3.10
17
uses: actions/setup-python@v1
18
with:
19
- python-version: 3.11
+ python-version: 3.10
20
- name: Install dependencies
21
run: |
22
python -m venv ~/venv
@@ -27,10 +27,6 @@ jobs:
27
28
. ~/venv/bin/activate
29
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
+ - name: List files in workspace
+ run: ls -R
36
0 commit comments