Skip to content

Commit

Permalink
update windows version to add poetry to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Jul 3, 2024
1 parent a359616 commit 6ca30ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
with:
name: orion_arm
path: dist/orion_arm

build-windows:
runs-on: windows-latest

Expand All @@ -112,6 +113,9 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Add Poetry to PATH
run: echo "C:\Users\runneradmin\AppData\Roaming\Python\Scripts" >> $env:GITHUB_PATH

- name: Install dependencies
run: |
poetry install
Expand All @@ -128,6 +132,7 @@ jobs:
path: dist/orion_win/orion_win.exe



release:
needs: [build-linux, build-macos-intel, build-macos-arm]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ca30ae

Please sign in to comment.