Skip to content

Commit

Permalink
Fix GitHub Actions (#50)
Browse files Browse the repository at this point in the history
* enhanced debugging

* mask runtime gains not reliably large in CS testing

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jpn-- and pre-commit-ci[bot] authored Mar 28, 2024
1 parent 3c3deda commit 7fae9f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,19 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
environment-file: envs/testing.yml
python-version: 3.10
python-version: "3.10"
activate-environment: testing-env
auto-activate-base: false
auto-update-conda: false
Expand Down

0 comments on commit 7fae9f0

Please sign in to comment.