From 2616b5e7ab1ad45b2b953b34f16535e62696eb8c Mon Sep 17 00:00:00 2001 From: mutantsan Date: Thu, 2 May 2024 15:04:41 +0300 Subject: [PATCH] trying to fix tests --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5eca95f..38fbdcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,13 +30,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v2 - with: - cmake-version: '3.16.x' - name: Install requirements # Install any extra requirements your extension has here (dev requirements, other extensions etc) run: | + pip install cmake pip install -r requirements.txt pip install -r dev-requirements.txt pip install -e .