From d59288bbf2e0154b0eb9e6f7af89c1bbe0f1a3c8 Mon Sep 17 00:00:00 2001 From: nikosT Date: Wed, 7 Aug 2024 23:31:16 +0300 Subject: [PATCH] trying to fix workflow --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c8d708d0..f15eda6c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v20 + # uses: actions/checkout@v3 + # - uses: cachix/install-nix-action@v20 # - run: nix develop # - run: nix flake check # - name: Install dev requirements - # run: pip install -r requirements/dev.txt + run: pip install -r requirements/dev.txt - name: Check code formatting run: nix profile install nixpkgs#poetry - run: |