Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Aug 7, 2024
1 parent 49cf107 commit fc732ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
with:
ref: ${{ github.event.inputs.bittensor_branch || env.DEFAULT_BITTENSOR_BRANCH }}

- name: Print working directory
run: |
pwd
ls -la
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -115,4 +120,5 @@ jobs:
env:
LOCALNET_SH_PATH: ${{ github.workspace }}/subtensor/scripts/localnet.sh
run: |
tox -e bt-${{ matrix.bittensor-version }}
cd ..
tox -c ${{ github.workspace }}/tox.ini -e bt-${{ matrix.bittensor-version }}

0 comments on commit fc732ec

Please sign in to comment.