Skip to content

Commit 908a12b

Browse files
committed
always from pyenv
1 parent 2231f25 commit 908a12b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
9797
- name: "Try the thing"
9898
run: |
99+
export PATH="$HOME/.pyenv/bin:$PATH"
99100
python -c "import _posixsubprocess as psp; print(psp)"
100101
101102
#- name: "What's in /usr/local/lib64"
@@ -110,6 +111,7 @@ jobs:
110111

111112
- name: "Show diagnostic info"
112113
run: |
114+
export PATH="$HOME/.pyenv/bin:$PATH"
113115
set -xe
114116
python -VV
115117
python -m site
@@ -121,8 +123,10 @@ jobs:
121123
122124
- name: "Install dependencies"
123125
run: |
126+
export PATH="$HOME/.pyenv/bin:$PATH"
124127
python -m pip install -r requirements/tox.pip
125128
126129
- name: "Run tox"
127130
run: |
131+
export PATH="$HOME/.pyenv/bin:$PATH"
128132
python -m tox -v -- -rfsEX

0 commit comments

Comments
 (0)