Skip to content

Commit

Permalink
Don't checkout, we want to test what happens when we pull a tarball f…
Browse files Browse the repository at this point in the history
…rom git
  • Loading branch information
Caspar van Leeuwen committed Oct 2, 2024
1 parent d10afd3 commit 358041f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/automatic_versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Check out repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
# - name: Check out repository
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# with:
# persist-credentials: false
# fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
Expand Down

0 comments on commit 358041f

Please sign in to comment.