Skip to content

Commit

Permalink
Update main.yaml (#561)
Browse files Browse the repository at this point in the history
Use actions/checkout for better future proofing
Use new setup-python
Use python 3.8 as specified in pipfile
  • Loading branch information
jay-babu authored Mar 19, 2021
1 parent 14cd855 commit 5bd547c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install Black
run: pip install black
- name: Run black --check .
Expand Down

0 comments on commit 5bd547c

Please sign in to comment.