Skip to content

Commit

Permalink
[tox] trying to fix `No interpreter found for Python 3.12 in system t…
Browse files Browse the repository at this point in the history
…oolchains` issue on CI
  • Loading branch information
khoaguin committed Sep 27, 2024
1 parent 3a2a0ca commit 36be022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ jobs:
- name: Add K3d Registry
run: |
sudo python ./scripts/patch_hosts.py --add-k3d-registry
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
Expand Down
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ commands =

[testenv:stack.test.scenario.k8s]
description = Syft Scenario Tests on K8s
changedir = {toxinidir}
deps =
-e{toxinidir}/packages/syft[dev,data_science]
pytest-asyncio
Expand All @@ -302,11 +303,6 @@ allowlist_externals =
bash
just
pytest
devspace
kubectl
grep
k3d
setenv =
commands =
# l2 test with a k8s high cluster
bash -c "just delete-high"
Expand Down

0 comments on commit 36be022

Please sign in to comment.