Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reghbali authored Nov 26, 2023
1 parent 93bc91a commit d7459d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
with:
python-version: ${{ matrix.python-version}}

- name: Install package
run: |
pip install .
- name: Install test dependencies
run: |
export BIN=~/.local/bin
Expand All @@ -63,6 +59,10 @@ jobs:
cp c3d*/bin/c3d $BIN/c3d
fi
- name: Install package
run: |
pip install .
- name: Download models
run: |
pyalfe download models
Expand Down

0 comments on commit d7459d8

Please sign in to comment.