Skip to content

Commit a0c7b1e

Browse files
committed
reenabled test matrix in ci-cd
1 parent c4ba773 commit a0c7b1e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
needs: ['build']
5252
strategy:
5353
matrix:
54-
os: [ubuntu-latest] # [ubuntu-latest, macos-latest, windows-latest]
55-
python-version: ['3.11'] # ['3.11', '3.12', '3.13']
54+
os: [ubuntu-latest, macos-latest, windows-latest]
55+
python-version: ['3.11', '3.12', '3.13']
5656
fail-fast: false
5757
runs-on: ${{ matrix.os }}
5858
steps:
@@ -388,11 +388,6 @@ jobs:
388388
with:
389389
name: docs
390390
path: docs-build
391-
- name: Download new docs
392-
uses: actions/download-artifact@v4
393-
with:
394-
name: docs
395-
path: docs-build/new
396391
- name: Check for GHPAGES_DEPLOY_KEY token
397392
id: deployable
398393
if: github.event_name == 'release'

docker-scripts-for-tests/run-docker-slurm-test.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)