From 84f63249416efba125ae81da13324c15fac10078 Mon Sep 17 00:00:00 2001 From: MaxOhn Date: Tue, 2 Apr 2024 15:55:03 +0200 Subject: [PATCH] remove requirements install --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bca1493..324f4da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,6 @@ jobs: python3 -m venv venv source venv/bin/activate python3 -m pip install -U pip typing-extensions - python3 -m pip install -r tests/requirements.txt python3 -m pip install rosu_pp_py --no-index --no-deps --find-links dist --force-reinstall python3 -c "import rosu_pp_py" @@ -206,7 +205,6 @@ jobs: - run: | pip install typing-extensions - pip install -r tests/requirements.txt pip install rosu_pp_py --no-index --no-deps --find-links dist --force-reinstall python -c "import rosu_pp_py"