Skip to content

Commit 5f5d3f4

Browse files
committed
Add missing virtualenv install
1 parent 7db1bfd commit 5f5d3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install dependencies
6767
run: |
6868
python -m pip install --upgrade pip
69-
pip install flake8 pytest pytest-cov
69+
pip install flake8 pytest pytest-cov virtualenv
7070
cp pysrc/juliacall/juliapkg-dev.json pysrc/juliacall/juliapkg.json
7171
pip install -e .
7272
- name: Lint with flake8

0 commit comments

Comments
 (0)