Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Sep 19, 2023
1 parent c5afccf commit a11d62a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publication_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
python-version: 3.8
if: github.repository_owner == 'ctlab'

#- name: Check out src from Git
# uses: actions/checkout@v2
#- name: Get history and tags for SCM versioning to work
# run: |
# git fetch --prune --unshallow
# git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# if: github.repository_owner == 'ctlab'
- name: Check out src from Git
uses: actions/checkout@v4
- name: Get history and tags for SCM versioning to work
run: |
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
if: github.repository_owner == 'ctlab'

- name: Install GADMA and its dependencies.
run: |
Expand Down

0 comments on commit a11d62a

Please sign in to comment.