drop scripts/dev-setup

This commit is contained in:
Fam Zheng 2025-05-15 19:08:02 +01:00
parent 3133e81650
commit 9b9a2491cf
2 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@ test:
- main
tags:
- emblem-dev2
before_script:
- source scripts/dev-setup
script:
- make opencv -j$(nproc --ignore=2)
- make test

View File

@ -1,2 +0,0 @@
#!/bin/bash
pip3 install --upgrade -r requirements.txt