Skip to content

Commit

Permalink
Fix github workflow multiple lines running
Browse files Browse the repository at this point in the history
  • Loading branch information
JunCEEE committed Jul 26, 2024
1 parent a23ed8a commit f245410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- id: checkout
uses: actions/checkout@v3
- name: requirements
run :
run : |
pip install -r requirements/dev.txt
pip install build
- name: build
Expand Down

0 comments on commit f245410

Please sign in to comment.