We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd6edd commit 14f1353Copy full SHA for 14f1353
.github/workflows/test.yml
@@ -17,12 +17,12 @@ jobs:
17
run : |
18
brew update
19
brew install asciidoc libgit2
20
- pip3 install --upgrade pip
21
- pip3 install pygit2
22
- name: Install Python packages
23
run: |
24
25
- pip3 install pylint pycodestyle
+ python3 -m venv venv
+ source venv/bin/activate
+ python3 -m pip install --upgrade pip
+ python3 -m pip install pylint pycodestyle pygit2
26
- name: Checkout
27
uses: actions/checkout@v4
28
with:
0 commit comments