Skip to content

Commit a555eb4

Browse files
committed
Update github action to use ci folder.
1 parent 7009643 commit a555eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
if [ -f ./python_components/requirements.txt ]; then pip install -r ./python_components/requirements.txt; fi
27+
if [ -f ./python_components/ci/requirements.txt ]; then pip install -r ./python_components/ci/requirements.txt; fi
2828
pip install python_components/evaluation
2929
python -m spacy download en_core_web_sm
3030
- name: Run Linting
3131
run: |
32-
./python_components/scripts/ci_run_linting.sh "./python_components/."
32+
./python_components/ci/scripts/ci_run_linting.sh "./python_components/."
3333
- name: Run Tests
3434
run: |
3535
pytest python_components/ -W ignore::DeprecationWarning

0 commit comments

Comments
 (0)