Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tenacioustommy committed Feb 26, 2025
1 parent 4839ab7 commit c834974
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ jobs:
activate-environment: test
python-version: ${{ matrix.python-version }}
- name: Update pip
run: python -m pip install --upgrade pip wheel
run: |
conda activate test
python -m pip install --upgrade pip wheel
- name: Install dependencies
run: |
conda activate test
apt-get update && apt-get install -y ffmpeg libsm6 libxext6 git ninja-build libglib2.0-0 libsm6 libxrender-dev libxext6
python -m pip install torch==${{matrix.torch}}
python -m pip install -e . -v
Expand Down

0 comments on commit c834974

Please sign in to comment.