Skip to content

Commit 491db36

Browse files
committed
Fix CI script for new dependency management
1 parent 01f5e92 commit 491db36

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
3030
pip install -r requirements-dev.txt
31-
- name: Download JARs
32-
run: |
33-
chmod +x ./deps.sh
34-
./deps.sh
31+
python setup.py build install
3532
- name: Lint
3633
run: |
3734
pylint --ignore-imports=yes $(find trustyai -type f -name "*.py")

0 commit comments

Comments
 (0)