Skip to content

Commit

Permalink
trying something else
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Oct 20, 2024
1 parent 7fb558f commit 718a482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ runs:
sudo apt-get install libvips libvips-tools -y
python -m pip install --upgrade pip==24.0
python -m pip install wheel
python -m pip install openvino-dev==2023.0.1 mlcube_docker
pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cpu
pip install -e .
5 changes: 0 additions & 5 deletions .github/workflows/mlcube-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
id: dependencies
uses: ./.github/workflows/dependencies

- name: Install dependencies and package
if: steps.changed-files-specific.outputs.only_modified == 'false' # Run on any non-docs change
run: |
python -m pip install mlcube_docker
- name: Run mlcube deploy tests
working-directory: ./testing
if: ${{steps.dependencies.outputs.other_modified_files_count > 0}} # Run on any non-docs change
Expand Down

0 comments on commit 718a482

Please sign in to comment.