Skip to content

Commit

Permalink
venv activate?
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent 0bb4804 commit 0c8b18c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_macOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build the project using python-build
run: |
source .venv/bin/activate
python -m build
python -m compile_translations
find .
Expand All @@ -55,6 +56,7 @@ jobs:

- name: Install the project into a venv
run: |
source .venv/bin/activate
pip install --prefix ".venv" dist/*.whl
find .
env:
Expand Down

0 comments on commit 0c8b18c

Please sign in to comment.