Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov authored Jan 21, 2020
1 parent 9317054 commit 4ac4da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.7.4'

- name: Install dependencies
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.7.4'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.7'
python-version: '3.7.4'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4ac4da2

Please sign in to comment.