Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 14, 2019
1 parent 3bbddda commit d7c9850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
build-py2:
name: Build Python 2
runs-on: ubuntu-latest
container: hivesolutions/python
container: python:2.7
steps:
- uses: actions/checkout@v1
- run: python --version
Expand All @@ -14,7 +14,7 @@ jobs:
build-py3:
name: Build Python 3
runs-on: ubuntu-latest
container: hivesolutions/python
container: python:3.6
steps:
- uses: actions/checkout@v1
- run: python3 --version && python3 --version
Expand Down

0 comments on commit d7c9850

Please sign in to comment.