From 6607ea4fc5af27f13f5e3808f5a7d2bef8eddad1 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c8d708d0..351a9acd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -15,15 +15,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v20 + uses: actions/checkout@v2 + # - uses: cachix/install-nix-action@v20 # - run: nix develop # - run: nix flake check - # - name: Install dev requirements - # run: pip install -r requirements/dev.txt + - name: Install dev requirements + run: pip install -r requirements/dev.txt - name: Check code formatting - run: nix profile install nixpkgs#poetry - - run: | + # run: nix profile install nixpkgs#poetry + run: | poetry install source $(poetry env info --path)/bin/activate ./scripts/ci/check-formatting.sh