Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jan 28, 2024
1 parent e695b8d commit 64eeeba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
from pathlib import Path
tools = {}
skip_actions = []
# incompatible with subdirectory actions
skip_actions = ["Quantco/ui-actions/version-metadata"]
for file in Path("template/.github/workflows").glob("*"):
content = file.read_text()
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # copier doesn't like shallow clones
- name: Set up pixi
uses: prefix-dev/setup-pixi@ca3b9ac762955fad216e3d8e0bbf22087071c89c
- name: Run unittests
Expand All @@ -22,3 +24,4 @@ jobs:
report-title: Check project generation
click-to-expand: false
custom-pytest: pixi run pytest
custom-arguments: --color
3 changes: 2 additions & 1 deletion copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ entry:
{% endif %}
_tasks:
- git init
- gsed -i "s/TOOL_VERSION/$(micromamba search {{ tool }} --json | jq -r '.result.pkgs[0].version')/g" environment.yml
- git init
- git branch -M main

0 comments on commit 64eeeba

Please sign in to comment.