From 4d389e1f81946e40ed4afe102c7b37b36d3e4f97 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 12 Apr 2020 17:43:08 +0800 Subject: [PATCH] It should work without pyenv, given that the github virtualenv has it installed --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 41ce09371d..2e7f292cc2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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