Skip to content

Commit

Permalink
MNT: add gh-action automated test runs for python 3.13 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Jan 7, 2025
1 parent 3f1f674 commit 4c715e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.13']
pyqt-version: [5.12.3, 5.15.9]
env:
DISPLAY: ':99.0'
Expand All @@ -36,12 +36,12 @@ jobs:
miniforge-version: latest
activate-environment: pydm-env

- name: Install PyDM with Mamba
- name: Install pydm with mamba
shell: bash -el {0}
run: |
mamba install -c conda-forge pydm pyqt=${{ matrix.pyqt-version }}
- name: Install additional Python dependencies with pip
- name: Install additional python dependencies with pip
shell: bash -el {0}
run: |
pip install -r requirements.txt
Expand All @@ -51,7 +51,7 @@ jobs:
pip install -r dev-requirements.txt
fi
- name: Install packages for testing a PyQt app on Linux
- name: Install packages for testing a pyqt app on Linux
shell: bash -el {0}
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit 4c715e1

Please sign in to comment.