Skip to content

Commit

Permalink
Use bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 17, 2024
1 parent 7a9962f commit 69feda4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
python -c "import torchaudio; print(f'torchaudio version: {torchaudio.__version__}')"
- name: Package environment
shell: bash
run: |
.\packaged_env\Scripts\Activate.ps1
pip install pyinstaller
Expand All @@ -71,6 +72,7 @@ jobs:
- name: Get current date
id: date
shell: bash
run: echo "datetime=$(Get-Date -Format 'yyyy-MM-dd-HHmmss')" >> $env:GITHUB_OUTPUT

- name: Create Release
Expand Down

0 comments on commit 69feda4

Please sign in to comment.