Skip to content

Commit 0879ca7

Browse files
committed
fix unittests again
1 parent bd3a920 commit 0879ca7

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: install tox
1515
run: pip install 'virtualenv<20.22.0' 'tox<4.5.0'
1616
- name: add mandatory git remote
17-
run: git remote add hpcugent https://github.com/hpcugent/vsc-utils.git
17+
run: git remote add hpcugent https://github.com/vub-hpc/vsc-utils.git
1818
- name: Run tox
1919
run: tox -e py$(echo ${{ matrix.python }} | sed 's/\.//g')
2020
strategy:

0 commit comments

Comments
 (0)