Skip to content

Commit

Permalink
Add git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed May 14, 2024
1 parent d7f5663 commit afcf16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_package_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Compile CLUEstering modules
working-directory: ${{github.workspace}}
run: |
git fetch
RED="\033[0;31m"
pr_version=$(cat setup.py | grep "__version__ " | awk -F '"' '{print $2}')
Expand Down

0 comments on commit afcf16c

Please sign in to comment.