Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 11, 2024
1 parent 45f5388 commit cb823b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:

- name: Install dependencies
run: |
which python
which pip
python -m pip install --upgrade pip
pip install git+http://github.com/lsst/felis.git@main#egg=felis
python -m pip install git+http://github.com/lsst/felis.git@main#egg=felis
- name: Validate YAML files
run: felis validate ./yml/*.yaml

0 comments on commit cb823b8

Please sign in to comment.