Skip to content

Commit

Permalink
Test setting patch python version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jul 10, 2020
1 parent 22bb1b1 commit a2be123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.7.6

- name: Install dependencies
run: |
Expand Down

0 comments on commit a2be123

Please sign in to comment.