File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
- ' .github/workflows/test-integration.yml'
7
7
- ' .github/workflows/testdata'
8
8
- ' action.yml'
9
+ - ' action-setup.sh'
9
10
- ' compilesketches/**'
10
11
11
12
push :
12
13
paths :
13
14
- ' .github/workflows/test-integration.yml'
14
15
- ' .github/workflows/testdata'
15
16
- ' action.yml'
17
+ - ' action-setup.sh'
16
18
- ' compilesketches/**'
17
19
18
20
env :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ sudo apt-get install --yes python3-setuptools > /dev/null
29
29
sudo apt-get install --yes python${PYTHON_PACKAGE_VERSION} -venv > /dev/null
30
30
31
31
# Create Python virtual environment
32
- " $PYTHON_COMMAND " -m venv " $PYTHON_VENV_PATH "
32
+ " $PYTHON_COMMAND " -m venv --system-site-packages " $PYTHON_VENV_PATH "
33
33
34
34
# Activate Python virtual environment
35
35
# shellcheck source=/dev/null
You can’t perform that action at this time.
0 commit comments