From e9e3784e116114e605e897d020f69e7c98079cbd Mon Sep 17 00:00:00 2001 From: jinlow Date: Fri, 20 Oct 2023 15:19:02 -0500 Subject: [PATCH] fix name --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f32fd25..2fe9ded 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: run: pip install forust --no-index --find-links dist --no-deps --force-reinstall - name: Run Package Tests run: | - pip install pytest pytest-cov black ruff setuptools --update + pip install pytest pytest-cov black ruff setuptools --upgrade cd py-forust ruff check . black --check . @@ -92,7 +92,7 @@ jobs: run: pip install forust --no-index --find-links dist --no-deps --force-reinstall - name: Run Package Tests run: | - pip install pytest pytest-cov black ruff setuptools --update + pip install pytest pytest-cov black ruff setuptools --upgrade cd py-forust ruff check . black --check . @@ -149,7 +149,7 @@ jobs: run: pip install forust --no-index --find-links dist --no-deps --force-reinstall - name: Run Package Tests run: | - pip install pytest pytest-cov black ruff setuptools --update + pip install pytest pytest-cov black ruff setuptools --upgrade cd py-forust ruff check . black --check .