Skip to content

Commit

Permalink
Update test_shark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored May 28, 2024
1 parent d81d6be commit f16075c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_shark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,5 @@ jobs:
- name: "Install SHARK"
run: |
cd $GITHUB_WORKSPACE/SHARK
python${{ matrix.version }} -m venv shark.venv
source shark.venv/bin/activate
pip install -r requirements.txt --no-cache-dir
pip install -e .
./setup_venv.sh
python apps/shark_studio/tests/api_test.py

0 comments on commit f16075c

Please sign in to comment.