We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813b8dd commit f5efbfeCopy full SHA for f5efbfe
.github/workflows/check-bittensor-e2e-tests.yml
@@ -109,9 +109,9 @@ jobs:
109
run: |
110
set -euo pipefail
111
test_matrix=$(
112
- source .venv/bin/activate
113
uv run pytest -q --collect-only tests/e2e_tests \
114
- | sed -n '/^tests\//p' \
+ | sed -n '/^e2e_tests\//p' \
+ | sed 's|^|tests/|' \
115
| jq -R -s -c '
116
split("\n")
117
| map(select(. != ""))
@@ -170,9 +170,9 @@ jobs:
170
171
172
173
174
175
176
177
178
0 commit comments