Skip to content

Commit

Permalink
Trying to fix win build
Browse files Browse the repository at this point in the history
  • Loading branch information
subhacom committed Apr 22, 2024
1 parent a80fd8e commit 7169d23
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pymoose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,16 @@ jobs:
winbuild:
name: Windows-build
runs-on: windows-latest
strategy:
matrix:
os: [windows-latest]
build_type: [Release]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
shell: pwsh
# NOTE: hard coded default micromamba.exe path
# NOTE: hard-coded default micromamba.exe path
run: |
Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content)
C:\Users\runneradmin\AppData\Local\micromamba\micromamba.exe shell init -s powershell -p C:\Users\runneradmin\micromamba
Expand Down

0 comments on commit 7169d23

Please sign in to comment.