Skip to content

Commit

Permalink
Use venv
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Mar 26, 2024
1 parent 0cf68eb commit 4700658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
working-directory: .emacs.d/bin
- run: yarn install --frozen-lockfile
working-directory: .emacs.d/bin
- run: bin/pip3 install -r bin/requirements.txt
- run: |
/usr/bin/python3 -m venv .
source bin/activate
bin/pip3 install -r bin/requirements.txt
working-directory: .emacs.d
- name: Eask
run: |
Expand Down

0 comments on commit 4700658

Please sign in to comment.