Skip to content

Commit

Permalink
Make GitHub Actions happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyChiang committed Nov 4, 2024
1 parent 4c5223f commit 3df7c56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/PyQUDA-Utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-tags: 'true'

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import sys
from setuptools import setup

print("sys.argv=", sys.argv)
if "egg_info" in sys.argv or "sdist" in sys.argv:
describe = os.popen("git describe --tags", "r").read()
if describe != "":
Expand Down

0 comments on commit 3df7c56

Please sign in to comment.