Skip to content

Commit

Permalink
Try different order and Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 12, 2024
1 parent 2dc155b commit 89dfcd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: tox -e py310-test-romandeps

ci_cron_tests_stable_strauss:
name: Python 3.10 with stable versions of dependencies and Strauss
name: Python 3.12 with stable versions of dependencies and Strauss
runs-on: ubuntu-latest
if: (github.repository == 'spacetelescope/jdaviz' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
steps:
Expand All @@ -87,11 +87,11 @@ jobs:
- name: Set up python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: '3.10'
python-version: '3.12'
- name: Install base dependencies
run: |
sudo apt-get install libportaudio2
python -m pip install --upgrade pip
python -m pip install tox
sudo apt-get install libportaudio2
- name: Test with tox
run: tox -e py310-test-straussdeps
run: tox -e py312-test-straussdeps

0 comments on commit 89dfcd2

Please sign in to comment.