Skip to content

Commit

Permalink
expand range of test OS
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 8, 2024
1 parent c3839cb commit e7b92f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/initialize-toolkit-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.9", "3.10" ]
python: [ "3.9", "3.10", "3.11", "3.12" ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down Expand Up @@ -48,18 +48,12 @@ jobs:
git clone https://github.com/biolink/kgx.git
cd kgx
poetry install # this will install a different version of hdmf from the current one
poetry remove bmt
ls -al ../
poetry add /home/runner/work/biolink-model-toolkit/biolink-model-toolkit
- name: Setup Neo4j Docker
run: |
cd ../
pwd
cd kgx
docker run --detach --name kgx-neo4j-unit-test -p 8484:7474 -p 8888:7687 --env NEO4J_AUTH=neo4j/test neo4j:4.3.0
docker run --detach --name kgx-neo4j-integration-test -p 7474:7474 -p 7687:7687 --env NEO4J_AUTH=neo4j/test neo4j:4.3.0
docker ps -a
poetry remove bmt
ls -al ../
poetry add /home/runner/work/biolink-model-toolkit/biolink-model-toolkit
- name: Wait
uses: jakejarvis/wait-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.9", "3.10" ]
python: [ "3.9", "3.10", "3.11", "3.12" ]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit e7b92f2

Please sign in to comment.