Skip to content

Commit

Permalink
chore: remove obsolete requirements file for exatrkx tests (#3848)
Browse files Browse the repository at this point in the history
This separate requirements file was used, because of
```
# to support python 3.8 in CI: test_exatrkx_python (ubuntu2004)
# higher versions of numpy don't support python 3.8
numpy==1.24.4
```
Since we dropped `ubuntu 20.04` completely, which was the cause for having `python 3.8`, the `test_exatrkx_unittests` will be reworked on a newer ubuntu anyways, where it could just use the general requirements file.
  • Loading branch information
AJPfleger authored Nov 12, 2024
1 parent 6da9683 commit 087855f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ build_exatrkx:
# - git clone $CLONE_URL src
# - cd src
# - git checkout $HEAD_SHA
# - pip3 install -r Examples/Python/tests/requirements_ubuntu2004.txt
# - pip3 install -r Examples/Python/tests/requirements.txt
# - nvidia-smi
# - pytest -rFsv -k test_exatrkx

Expand Down
9 changes: 0 additions & 9 deletions Examples/Python/tests/requirements_ubuntu2004.in

This file was deleted.

53 changes: 0 additions & 53 deletions Examples/Python/tests/requirements_ubuntu2004.txt

This file was deleted.

0 comments on commit 087855f

Please sign in to comment.