Skip to content

Commit

Permalink
Fix up command order
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent 8783757 commit ee865c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build the project using python-build
run: |
python -m compile_translations
source .venv/bin/activate
python -m compile_translations
python -m build --wheel
find .
env:
Expand Down

0 comments on commit ee865c1

Please sign in to comment.