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 dbe5414 commit 3dc243dCopy full SHA for 3dc243d
.github/workflows/ci.yml
@@ -104,10 +104,13 @@ jobs:
104
githubToken: ${{ github.token }}
105
install: |
106
apt-get update
107
- apt-get install -y --no-install-recommends python3 python3-pip
+ apt-get install -y --no-install-recommends python3 python3-full
108
+ python3 -m venv venv
109
+ . venv/bin/activate
110
pip3 install -U pip
111
run: |
112
set -e
113
114
pip3 install --pre "general_sam[test]" --find-links dist --force-reinstall
115
pytest --import-mode=importlib
116
windows:
0 commit comments