Skip to content

Commit

Permalink
Recursively checkout in GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyChiang committed Apr 1, 2024
1 parent ea43f32 commit f94faf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: '3.7'

- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel Cython
Expand Down
2 changes: 1 addition & 1 deletion pyquda/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.15"
__version__ = "0.6.16"

0 comments on commit f94faf4

Please sign in to comment.