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 d59288b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d59288b

Please sign in to comment.