Skip to content

Commit

Permalink
Fix yet another stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Jung committed Sep 26, 2024
1 parent 0764080 commit 45f4ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ jobs:
with:
submodules: recursive
- name: Build Deeploy
run: pip install -e .
run: |
pip install -e .
cd DeeployTest
- name: Format Python
run: |
Expand Down

0 comments on commit 45f4ae8

Please sign in to comment.