Skip to content

Commit

Permalink
Double quote project path
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Oct 31, 2024
1 parent ae9fefb commit e342590
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
with:
python-version: '3.10'
- run: pip install -r requirements/ci.txt
- run: copier copy ./ ${DUMMYPROJECTPATH} \
-l \
-d description="Dummy project to test the template." \
-d projectname="testdummy" \
-d max_python="3.12" \
-d min_python="3.10" \
-d nightly_deps="" \
-d related_projects="ScippNeutron" # Just to test the list.
- run: |
copier copy ./ "${DUMMYPROJECTPATH}" \
-l \
-d description="Dummy project to test the template." \
-d projectname="testdummy" \
-d max_python="3.12" \
-d min_python="3.10" \
-d nightly_deps="" \
-d related_projects="ScippNeutron" # Just to test the list.
- run: git init # ``setuptools`` complains if it is not a git repository.
working-directory: ${{ env.DUMMYPROJECTPATH }}
- run: sed -i '/dependencies = \[/a\ "numpy"' pyproject.toml
Expand Down

0 comments on commit e342590

Please sign in to comment.