Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
Fixed spacing bug
  • Loading branch information
jarathomas authored Jun 7, 2024
1 parent 2951f26 commit 9288b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
# poetry install
python -m pip install -r requirements-mac.txt
python -m pip install -r requirements-mac.txt
- name: Install dependencies of macOS
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 9288b8f

Please sign in to comment.