Skip to content

Commit

Permalink
win support
Browse files Browse the repository at this point in the history
  • Loading branch information
glevv committed Nov 25, 2023
1 parent 97cf203 commit f2e9e8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
matrix:
python-version: [ "3.11", "3.12" ]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
defaults:
run:
shell: bash

steps:
- name: Check out repository
Expand Down Expand Up @@ -44,7 +47,7 @@ jobs:

- name: Activate env
run: |
source .venv/bin/activate
source $VENV
- name: Run ruff
run: |
Expand Down

0 comments on commit f2e9e8d

Please sign in to comment.