Merge pull request #295 from mkinney/bug_when_ports_not_sorted

do not checkout the code again
This commit is contained in:
mkinney
2022-03-07 21:48:28 -08:00
committed by GitHub

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: