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 bd3a920 commit 0879ca7Copy full SHA for 0879ca7
.github/workflows/unittest.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: install tox
15
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-utils.git
+ run: git remote add hpcugent https://github.com/vub-hpc/vsc-utils.git
18
- name: Run tox
19
run: tox -e py$(echo ${{ matrix.python }} | sed 's/\.//g')
20
strategy:
0 commit comments