Merge pull request #295 from mkinney/bug_when_ports_not_sorted

do not checkout the code again
This commit is contained in:
mkinney authored and GitHub committed 2022-03-07 21:48:28 -08:00
commit 460196a62b
1 file changed
-3
-3
View File
@@ -45,9 +45,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with: