Skip to content

Commit

Permalink
Fixed conda env definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Jan 9, 2025
1 parent 2a9c2ef commit d354d09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
- coverage
- mypy
- ruff
- pytest-asyncio==0.25.0
- pip:
- codecov
- codecov
- pytest-asyncio==0.25.0
4 changes: 2 additions & 2 deletions ci/environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
- coverage
- mypy
- ruff
- pytest-asyncio==0.25.0
- pip:
- codecov
- codecov
- pytest-asyncio==0.25.0
4 changes: 2 additions & 2 deletions ci/environment-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
- coverage
- mypy
- ruff
- pytest-asyncio==0.25.0
- pip:
- codecov
- codecov
- pytest-asyncio==0.25.0
4 changes: 2 additions & 2 deletions ci/environment-3.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
- coverage
- mypy
- ruff
- pytest-asyncio==0.25.0
- pip:
- codecov
- codecov
- pytest-asyncio==0.25.0

0 comments on commit d354d09

Please sign in to comment.