We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11295d4 commit 047f041Copy full SHA for 047f041
.github/workflows/unittest.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
python-version: ${{ matrix.python }}
14
- name: install tox
15
- run: pip install tox
+ run: pip install 'virtualenv<20.22.0' 'tox<4.5.0'
16
- name: add mandatory git remote
17
run: git remote add hpcugent https://github.com/hpcugent/vsc-base.git
18
- name: Run tox
0 commit comments