Skip to content

Commit 07f519c

Browse files
committed
Remove venv sourcing from CI - not created by new install-deps script
1 parent 9531a20 commit 07f519c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/qa-macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
3434
- name: Configure PCP
3535
run: |
36-
source pybuilddeps/bin/activate
3736
# Use realpath to resolve macOS symlinks (/etc -> /private/etc, /var -> /private/var)
3837
# This matches the configuration used in Makepkgs for darwin
3938
ETC=$(realpath /etc)
@@ -45,7 +44,6 @@ jobs:
4544
4645
- name: Build PCP
4746
run: |
48-
source pybuilddeps/bin/activate
4947
make -j$(sysctl -n hw.ncpu)
5048
5149
- name: Create PCP users and groups

0 commit comments

Comments
 (0)