It should work without pyenv, given that the github virtualenv has it installed

This commit is contained in:
Sebastian Thiel
2020-04-12 17:43:08 +08:00
parent 94cf4ad569
commit 4d389e1f81

View File

@@ -14,10 +14,6 @@ jobs:
TRAVIS: true # emulate CI, some code depends on it to do less work
steps:
- uses: actions/checkout@v2
- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v5"
with:
default: 2.7.17
- name: Run tests
run: |
source ~/.profile