Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtrotter committed Sep 5, 2022
1 parent 3d61c57 commit 6a8dc63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
# token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v3
Expand Down

0 comments on commit 6a8dc63

Please sign in to comment.