From 0b49909728b1b668f8b96b336de7eeda3dcbfce5 Mon Sep 17 00:00:00 2001 From: Sm00thix Date: Thu, 9 Nov 2023 22:06:04 +0100 Subject: [PATCH] Update project build --- .github/actions/test/action.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 93a7f09..a983150 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -11,9 +11,11 @@ runs: steps: - name: Test run: | - python -m pip install --upgrade poetry - poetry install - poetry config virtualenvs.create false + python -m pip install --upgrade pip + python -m pip install --upgrade pandas + python -m pip install --upgrade numpy + python -m pip install --upgrade tqdm + python -m pip install --upgrade scikit-learn python -m pip install flake8 pytest python -m pip install build --user pip install -U "jax[cpu]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html