Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor committed Feb 27, 2025
1 parent 1688c2f commit 67e4de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: ${{ github.workspace }}
run: git clone https://github.com/opentensor/bittensor.git

- name: Setup Bittensor SDK repo
- name: Setup Bittensor SDK from cloned repo
working-directory: ${{ github.workspace }}/bittensor
run: |
source ${{ github.workspace }}/venv/bin/activate
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
id: find-e2e-tests
working-directory: ${{ github.workspace }}/bittensor
run: |
test_files=$(find e2e_tests -name "test_*.py" | tr '\n' ' ')
test_files=$(find tests/e2e_tests -name "test_*.py" | tr '\n' ' ')
echo "::set-output name=test-files::$test_files"
- name: Clone Subtensor repo
Expand Down

0 comments on commit 67e4de2

Please sign in to comment.