Skip to content

Commit

Permalink
🚧 update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvala committed Dec 26, 2021
1 parent 900e7b5 commit 822b60d
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 @@ -16,7 +16,7 @@ jobs:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down

0 comments on commit 822b60d

Please sign in to comment.