Skip to content

Commit 14f1353

Browse files
committed
MacOS
1 parent 4cd6edd commit 14f1353

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
run : |
1818
brew update
1919
brew install asciidoc libgit2
20-
pip3 install --upgrade pip
21-
pip3 install pygit2
2220
- name: Install Python packages
2321
run: |
24-
pip3 install --upgrade pip
25-
pip3 install pylint pycodestyle
22+
python3 -m venv venv
23+
source venv/bin/activate
24+
python3 -m pip install --upgrade pip
25+
python3 -m pip install pylint pycodestyle pygit2
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828
with:

0 commit comments

Comments
 (0)