Skip to content

Commit 047f041

Browse files
committed
update github unittest workflow
1 parent 11295d4 commit 047f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
python-version: ${{ matrix.python }}
1414
- name: install tox
15-
run: pip install tox
15+
run: pip install 'virtualenv<20.22.0' 'tox<4.5.0'
1616
- name: add mandatory git remote
1717
run: git remote add hpcugent https://github.com/hpcugent/vsc-base.git
1818
- name: Run tox

0 commit comments

Comments
 (0)