Skip to content

Commit

Permalink
attempt v4 of setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
brantfaircloth committed Oct 4, 2023
1 parent fc62001 commit 5e0f585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.6

- name: Install Python dependencies
run: pip install black flake8
Expand Down

0 comments on commit 5e0f585

Please sign in to comment.