Skip to content

Commit

Permalink
FIX: branch github action
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Jan 20, 2021
1 parent e60ea49 commit 8335c2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:

jobs:
e2e:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.4.0
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.9.0"
skipClusterCreation: "true"
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: "3.8"
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade virtualenv
Expand Down

0 comments on commit 8335c2b

Please sign in to comment.