Skip to content

Commit

Permalink
Try true instead of recursive submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
duembgen committed Jan 19, 2024
1 parent 92a5147 commit 75931e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CONSTRAINT_LEARNING_PAT }}
submodules: recursive
submodules: true
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 75931e5

Please sign in to comment.