Skip to content

Commit

Permalink
build: install requirements from tutor root
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 25, 2024
1 parent 74eea64 commit 97bfcf8
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 @@ -31,7 +31,7 @@ jobs:
export TUTOR_PLUGINS=$TUTOR_ROOT/plugins
- name: Install python reqs
run: |
pip install -r ./.github/environments/requirements.txt
pip install -r $TUTOR_ROOT/requirements.txt
pip install -e .
- name: Tutor config save
run: tutor config save
Expand Down

0 comments on commit 97bfcf8

Please sign in to comment.