Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jan 6, 2022
1 parent fabaef1 commit aae16f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu"]
os: ["ubuntu", "macos", "windows"]
defaults:
run:
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions brs_utils/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
from zipfile import ZipFile



def unzip(
file: str,
dir: str
Expand Down

0 comments on commit aae16f6

Please sign in to comment.