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 bad545a commit 4b427c9Copy full SHA for 4b427c9
.github/workflows/alpine-test.yml
@@ -44,24 +44,23 @@ jobs:
44
# and cause subsequent tests to fail
45
cat test/fixtures/.gitconfig >> ~/.gitconfig
46
47
- - name: Create Python virtual environment
+ - name: Set up virtualenv
48
run: |
49
python -m venv .venv
50
+ . .venv/bin/activate
51
+ printf '%s=%s\n' 'PATH' "$PATH" 'VIRTUAL_ENV' "$VIRTUAL_ENV" >>"$GITHUB_ENV"
52
53
- name: Update PyPA packages
54
55
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
- . .venv/bin/activate
56
python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
57
58
- name: Install project and test dependencies
59
60
pip install ".[test]"
61
62
- name: Show version and platform information
63
64
65
uname -a
66
command -v git python
67
git version
@@ -70,5 +69,4 @@ jobs:
70
69
71
- name: Test with pytest
72
73
74
pytest --color=yes -p no:sugar --instafail -vv
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments