Skip to content

Commit 3839d8f

Browse files
committed
how about this
1 parent c03a6d5 commit 3839d8f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/python-nightly.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ jobs:
8282
export PATH="$PYENV_ROOT/bin:$PATH"
8383
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
8484
pyenv install $PYVER -v
85-
86-
#pyenv global $PYVER
87-
#pyenv rehash
85+
pyenv global $PYVER
8886
8987
- name: "Show diagnostic info"
9088
run: |
@@ -108,10 +106,10 @@ jobs:
108106
assert getattr(sys, '_is_gil_enabled', lambda: True)() == (not '$EXPECTED'.endswith('t'))
109107
"
110108
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

0 commit comments

Comments
 (0)