Skip to content

Commit

Permalink
Upgrade ES and python in github actions. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Oct 31, 2024
1 parent 2c85ae6 commit 079e693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11" ]
python-version: [ "3.12" ]

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/user_geneset_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.5.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
env:
discovery.type : single-node
xpack.security.enabled: false
Expand Down

0 comments on commit 079e693

Please sign in to comment.