Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent 57f23c2 commit 289a2f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
run: uv sync --all-extras --dev
- name: 🏞️ Activate virtual environment
run: |
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
# source .venv/bin/activate
. .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
# run: |
# if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
# .venv\Scripts\activate
Expand Down

0 comments on commit 289a2f6

Please sign in to comment.