Skip to content

Commit

Permalink
chore: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Jul 31, 2024
1 parent a13da8b commit 1a78852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubeconform-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "TUTOR_PLUGINS_ROOT=$TUTOR_ROOT/plugins" >> $GITHUB_ENV
- name: Install python reqs
run: |
pip install -r .github/requirements.txt
pip install -r .github/environments/${{ matrix.environment }}/requirements.txt
pip install -e .
- name: Tutor config save
run: tutor config save
Expand Down

0 comments on commit 1a78852

Please sign in to comment.