Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas authored Oct 28, 2024
1 parent c15c740 commit cd7165a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
cache: pip
cache-dependency-path: ['requirements-ci.txt', 'setup.py']

- name: Install testing dependencies
run: |
pip install -r requirements-ci.txt
Expand Down Expand Up @@ -69,5 +72,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: shared_cuda${{ matrix.cuda_version }}
path: output/${{ env.build_os }}/${{ env.build_arch }}
path: output/${{ env.build_os }}/${{ env.build_arch }}/*
retention-days: 7

0 comments on commit cd7165a

Please sign in to comment.