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

0 comments on commit 6607ea4

Please sign in to comment.