Skip to content

Commit

Permalink
use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
SageGJ committed Jan 2, 2025
1 parent 3bfe609 commit 85e7be1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate-current-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
run: |
pip install poetry
- name: Install dependencies
shell: bash
- name: Set up Poetry
run: |
python -m venv .venv
source .venv/bin/activate
poetry install
poetry shell
- name: Generate all manifests
working-directory: processes
Expand Down

0 comments on commit 85e7be1

Please sign in to comment.