Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed May 28, 2024
1 parent 302d81e commit 3bca126
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
python-version: '3.8'
architecture: 'x64'

- uses: actions/download-artifact@v4
with:
name: cp38-manylinux_x86_64.build

- name: Install client
run: pip install .
run: pip install ./*.whl

- name: Install test dependencies
run: pip install -r test/requirements.txt
Expand Down

0 comments on commit 3bca126

Please sign in to comment.