File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 82
82
export PATH="$PYENV_ROOT/bin:$PATH"
83
83
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
84
84
pyenv install $PYVER -v
85
-
86
- # pyenv global $PYVER
87
- # pyenv rehash
85
+ pyenv global $PYVER
88
86
89
87
- name : " Show diagnostic info"
90
88
run : |
@@ -108,10 +106,10 @@ jobs:
108
106
assert getattr(sys, '_is_gil_enabled', lambda: True)() == (not '$EXPECTED'.endswith('t'))
109
107
"
110
108
111
- # - name: "Install dependencies"
112
- # run: |
113
- # python -m pip install -r requirements/tox.pip
114
- #
115
- # - name: "Run tox"
116
- # run: |
117
- # python -m tox -v -- -rfsEX
109
+ - name : " Install dependencies"
110
+ run : |
111
+ python -m pip install -r requirements/tox.pip
112
+
113
+ - name : " Run tox"
114
+ run : |
115
+ python -m tox -v -- -rfsEX
You can’t perform that action at this time.
0 commit comments