From d354d093bf15cc9a6319597e9abff20b2c14960c Mon Sep 17 00:00:00 2001 From: Charles Turner Date: Thu, 9 Jan 2025 15:32:03 +0800 Subject: [PATCH] Fixed conda env definitions --- ci/environment-3.10.yml | 4 ++-- ci/environment-3.11.yml | 4 ++-- ci/environment-3.12.yml | 4 ++-- ci/environment-3.13.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/environment-3.10.yml b/ci/environment-3.10.yml index 4ee27a8..614e939 100644 --- a/ci/environment-3.10.yml +++ b/ci/environment-3.10.yml @@ -17,6 +17,6 @@ dependencies: - coverage - mypy - ruff - - pytest-asyncio==0.25.0 - pip: - - codecov \ No newline at end of file + - codecov + - pytest-asyncio==0.25.0 \ No newline at end of file diff --git a/ci/environment-3.11.yml b/ci/environment-3.11.yml index 49b6785..bc092f3 100644 --- a/ci/environment-3.11.yml +++ b/ci/environment-3.11.yml @@ -17,6 +17,6 @@ dependencies: - coverage - mypy - ruff - - pytest-asyncio==0.25.0 - pip: - - codecov \ No newline at end of file + - codecov + - pytest-asyncio==0.25.0 \ No newline at end of file diff --git a/ci/environment-3.12.yml b/ci/environment-3.12.yml index ca95cb4..27590d6 100644 --- a/ci/environment-3.12.yml +++ b/ci/environment-3.12.yml @@ -17,6 +17,6 @@ dependencies: - coverage - mypy - ruff - - pytest-asyncio==0.25.0 - pip: - - codecov \ No newline at end of file + - codecov + - pytest-asyncio==0.25.0 \ No newline at end of file diff --git a/ci/environment-3.13.yml b/ci/environment-3.13.yml index ef5c26a..c3a05b9 100644 --- a/ci/environment-3.13.yml +++ b/ci/environment-3.13.yml @@ -17,6 +17,6 @@ dependencies: - coverage - mypy - ruff - - pytest-asyncio==0.25.0 - pip: - - codecov \ No newline at end of file + - codecov + - pytest-asyncio==0.25.0 \ No newline at end of file