From 78c4d9534ac715309a398f6fa0ba32d918a17ff5 Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Mon, 18 Dec 2023 15:25:35 +1030 Subject: [PATCH] TST: Update testing workflows --- .github/workflows/testing_python.yml | 4 ++-- .github/workflows/testing_python_conda.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing_python.yml b/.github/workflows/testing_python.yml index 219ecf1..1d569ba 100644 --- a/.github/workflows/testing_python.yml +++ b/.github/workflows/testing_python.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" @@ -51,7 +51,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Coveralls Finished uses: coverallsapp/github-action@master diff --git a/.github/workflows/testing_python_conda.yml b/.github/workflows/testing_python_conda.yml index 156eaa9..5a12d42 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", "3.11"] + 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: metacoag environment-file: environment.yml @@ -42,4 +42,4 @@ jobs: - name: "Generate coverage report on ${{ matrix.os }} for Python ${{ matrix.python-version }}" run: | pip install pytest pytest-cov - pytest --cov=graphbin --cov-report=xml --cov-append \ No newline at end of file + pytest --cov=graphbin --cov-report=xml --cov-append