Skip to content

Commit cc4364c

Browse files
committed
fix CI
1 parent c127839 commit cc4364c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/darshan-3.4.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-latest", "macos-latest"]
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1818

1919
timeout-minutes: 20
2020

@@ -31,7 +31,7 @@ jobs:
3131
- name: Upgrade pip, setuptools, and wheel
3232
if: matrix.python-version == '3.12'
3333
run: python -m pip install --upgrade pip setuptools wheel
34-
34+
3535
- name: Dependencies
3636
run: |
3737
git clone https://github.com/darshan-hpc/darshan.git

.github/workflows/darshan-3.4.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-latest", "macos-latest"]
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1818

1919
timeout-minutes: 20
2020

0 commit comments

Comments
 (0)