From c0a664ec140634db5e070f59ec9775aba1ff832c Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Mon, 18 Dec 2023 15:20:05 +1030 Subject: [PATCH] TST: Update testing workflows --- .github/workflows/testing_python_app.yml | 2 +- .github/workflows/testing_python_conda.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing_python_app.yml b/.github/workflows/testing_python_app.yml index 963b3b7..0a95a81 100644 --- a/.github/workflows/testing_python_app.yml +++ b/.github/workflows/testing_python_app.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [macos-12, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: "actions/checkout@v3" diff --git a/.github/workflows/testing_python_conda.yml b/.github/workflows/testing_python_conda.yml index 78291a5..b33d8e7 100644 --- a/.github/workflows/testing_python_conda.yml +++ b/.github/workflows/testing_python_conda.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [macos-12, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: "actions/checkout@v3" @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # Setup conda env - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: activate-environment: graphbin environment-file: environment.yml @@ -43,4 +43,4 @@ jobs: run: | pip install pytest pytest-cov pytest --cov=graphbin --cov-report=xml --cov-append - \ No newline at end of file +