-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into speed-up-lm-test
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
PYTHON_VERSION: ["3.10"] | ||
PYTHON_VERSION: ["3.12"] | ||
defaults: | ||
run: | ||
# see https://github.com/conda-incubator/setup-miniconda/#important | ||
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
|
||
pre-commit-checks: | ||
name: "Linux - pre-commit checks - Python 3.10" | ||
name: "Linux - pre-commit checks - Python 3.12" | ||
timeout-minutes: 30 | ||
runs-on: ubuntu-latest | ||
env: | ||
|
@@ -49,9 +49,9 @@ jobs: | |
uses: mamba-org/setup-micromamba@d05808540d968a55ca33c798e0661fb98f533c73 | ||
- name: Add micromamba to GITHUB_PATH | ||
run: echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH" | ||
- name: Install Python 3.10 | ||
- name: Install Python 3.12 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.10" | ||
python-version: "3.12" | ||
- name: Run pre-commit checks | ||
uses: pre-commit/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters