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 2231f25 commit 908a12bCopy full SHA for 908a12b
.github/workflows/nightly2.yml
@@ -96,6 +96,7 @@ jobs:
96
97
- name: "Try the thing"
98
run: |
99
+ export PATH="$HOME/.pyenv/bin:$PATH"
100
python -c "import _posixsubprocess as psp; print(psp)"
101
102
#- name: "What's in /usr/local/lib64"
@@ -110,6 +111,7 @@ jobs:
110
111
112
- name: "Show diagnostic info"
113
114
115
set -xe
116
python -VV
117
python -m site
@@ -121,8 +123,10 @@ jobs:
121
123
122
124
- name: "Install dependencies"
125
126
127
python -m pip install -r requirements/tox.pip
128
129
- name: "Run tox"
130
131
132
python -m tox -v -- -rfsEX
0 commit comments