Skip to content
Snippets Groups Projects
Commit 38efcea6 authored by Alan De Smet's avatar Alan De Smet
Browse files

CI: Fix version number in path

parent 073f1743
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ unit-test-job:
- python3 -m venv venv
- source venv/bin/activate
- pip install python-dateutil
- ln -s ../venv/lib/python3.6/site-packages/six.py example/
- ln -s ../venv/lib/python3.6/site-packages/dateutil example/
- ln -s ../venv/lib/python3.12/site-packages/six.py example/
- ln -s ../venv/lib/python3.12/site-packages/dateutil example/
- ln -s ../csppfetch example/
- find .
- make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment