Skip to content

Commit d4f38b1

Browse files
Remi-Gaueffigies
andauthored
Update .github/workflows/validation.yml
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent cab36bf commit d4f38b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3
23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip setuptools
26-
pip3 install cffconvert
2723
- name: Validate CITATION.cff
28-
run: cffconvert --validate
24+
run: pipx run cffconvert --validate

0 commit comments

Comments
 (0)