Skip to content

Commit de68e52

Browse files
author
Samuel Dare
committed
chore: install pytest , add bt.snap to gitignore
1 parent bfbfde6 commit de68e52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/e2e-bittensor-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
git checkout staging
7676
python3 -m pip install -e .
7777
python3 -m pip install torch
78+
python3 -m install pytest
7879
7980
- name: Run tests
8081
working-directory: ${{ github.workspace }}/bittensor

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ specs/*.json
3737
.vscode
3838

3939
# IntelliJ IDEA configuration
40-
.idea
40+
.idea
41+
42+
# Runtime upgrade snapshot
43+
bt.snap

0 commit comments

Comments
 (0)