Skip to content

Commit

Permalink
Use python 3.11 for faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 31, 2024
1 parent 9dbd275 commit 59e873c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: install
uses: ./.github/actions/install-aiida-core
with:
python-version: '3.14'
python-version: '3.11'

- name: Setup environment
run: .github/workflows/setup.sh
Expand All @@ -88,7 +88,7 @@ jobs:


# Run a subset of test suite to ensure compatibility with latest RabbitMQ releases
rabbitmq_tests:
rabbitmq-tests:

runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
id: install
uses: ./.github/actions/install-aiida-core
with:
python-version: '3.14'
python-version: '3.11'

- name: Install system dependencies
run: sudo apt update && sudo apt install postgresql
Expand Down

0 comments on commit 59e873c

Please sign in to comment.