Skip to content

Commit e37d0fb

Browse files
committed
MacOS
1 parent a1df5c7 commit e37d0fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
echo "XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog" >> $GITHUB_ENV
2121
- name: Install Python packages
2222
run: |
23-
python3 -m venv venv
23+
python3 -m venv ~/venv
2424
pwd
25-
source venv/bin/activate
25+
source ~/venv/bin/activate
2626
python3 -m pip install --upgrade pip
2727
python3 -m pip install pylint pycodestyle pygit2
2828
- name: Checkout
@@ -35,5 +35,5 @@ jobs:
3535
git config --global user.name "Test User"
3636
gpg --batch --gen-key .github/workflows/testkey.conf
3737
pwd
38-
source venv/bin/activate
38+
source ~/venv/bin/activate
3939
make KEY:=$(gpg --list-keys --with-colons | awk -F: '/^pub/ {print $5; exit}') test

0 commit comments

Comments
 (0)