Skip to content

Commit

Permalink
add async library, fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JD committed Nov 6, 2024
1 parent bbf3ab9 commit 1d0f5e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
name: Run tests and collect coverage
runs-on: ubuntu-latest
env:
NEST_ASYNCIO: 1 # Explicitly set nest_asyncio
JUPYTER_PLATFORM_DIRS: 1 # Address Jupyter paths warning
NEST_ASYNCIO: 1
JUPYTER_PLATFORM_DIRS: 1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,9 +34,9 @@ jobs:

- name: Install test dependencies
run: |
pip install pytest pytest-cov pytest-asyncio pytest-warnings
pip install --upgrade munch # Upgrade munch to address pkg_resources warning
pip install 'pytest==7.2.2' pytest-cov pytest-asyncio
# Not upgrading munch to avoid conflicts with bittensor dependencies
- name: Run miner tests
run: |
python -m pytest \
Expand Down

0 comments on commit 1d0f5e7

Please sign in to comment.