Skip to content

Commit

Permalink
Add mise testing for windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 30, 2024
1 parent 75495bc commit 42fc13c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- ubuntu-24.04
- macos-15
- macos-14
include:
- os: windows-2022
- os: windows-2025
steps:

- uses: actions/checkout@v4
Expand All @@ -48,11 +51,17 @@ jobs:
type curl
type sh
- name: Prepare PATH for mise shims on Windows
if: runner.os == 'Windows'
run: |
echo $LOCALAPPDATA'\AppData\Local\mise\shims' >> $GITHUB_PATH
- name: Install mise
uses: jdx/mise-action@v2

- name: Install mise extra python packages
run: |
echo $PATH
mise exec --command "python3 -m pip install -r .default-python-packages"
mise reshim
Expand Down

0 comments on commit 42fc13c

Please sign in to comment.