Skip to content

Commit

Permalink
Use mise
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 29, 2024
1 parent 4710232 commit 756559d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"automerge": true,
"automergeStrategy": "squash",
"configMigration": true,
"extends": ["helpers:pinGitHubActionDigests"],
"labels": ["dependencies", "skip-changelog"],
"packageRules": [],
"pre-commit": {
"enabled": true
}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ jobs:
needs:
- build

runs-on: ubuntu-latest

runs-on: ubuntu-22.04
steps:
# checkout needed for codecov action which needs codecov.yml file
- uses: actions/checkout@v4
Expand All @@ -137,6 +136,8 @@ jobs:
with:
python-version: "3.12"

- uses: jdx/mise-action@v2

- run: pip3 install 'coverage>=7.5.1'

- name: Merge logs into a single archive
Expand Down
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

3 changes: 3 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tools]
github-cli = "latest"
python = "latest"

0 comments on commit 756559d

Please sign in to comment.