Skip to content

Commit

Permalink
[CI] run command with flake
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Dec 6, 2024
1 parent 6d96fb2 commit 628cd1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
# - name: Install dev requirements
# run: pip install -r requirements/dev.txt
- name: Check code formatting
run: nix develop .
- run: |
# poetry install
# source $(poetry env info --path)/bin/activate
./scripts/ci/check-formatting.sh
run: nix develop --command ./scripts/ci/check-formatting.sh
Run-Tests-On-Docker:
runs-on: ubuntu-latest
strategy:
Expand Down
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
# Dev dependencies
isort
flake8

# Docs
sphinx
sphinx-rtd-theme
];
in
pkgs.mkShell {
Expand Down

0 comments on commit 628cd1b

Please sign in to comment.