We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcddc4a commit a27e79bCopy full SHA for a27e79b
1 file changed
.github/workflows/deployment.yml
@@ -220,15 +220,13 @@ jobs:
220
echo "current_chart_version=$CURRENT_CHART_VERSION" >> $GITHUB_OUTPUT
221
echo "new_chart_version=$NEW_CHART_VERSION" >> $GITHUB_OUTPUT
222
echo "diracx_version=$VERSION" >> $GITHUB_OUTPUT
223
-
224
- - name: Install pre-commit
225
- run: |
226
- pip install pre-commit
227
+ - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
+ with:
+ working-directory: ./diracx-charts
228
- name: Run pre-commit to update README
229
run: |
230
cd diracx-charts
231
- pre-commit run --all-files || true
+ pixi run pre-commit run --all-files || true
232
233
- name: Commit and push changes
234
if: success()
0 commit comments