mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-04 18:43:47 +01:00
It should work without pyenv, given that the github virtualenv has it installed
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user