Skip to content

Commit

Permalink
trying to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosT committed Aug 7, 2024
1 parent cd4e587 commit 2952389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
# - 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: |
Expand Down

0 comments on commit 2952389

Please sign in to comment.