Skip to content

Commit

Permalink
Try removing cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Oct 4, 2023
1 parent 63ea6b5 commit cf86943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
- checkout
- run:
name: Lint SQL files
command: cachix watch-exec "${CACHIX_NAME}" -- nix develop --command ./dev-scripts/lint-sql
#command: cachix watch-exec "${CACHIX_NAME}" -- nix develop --command ./dev-scripts/lint-sql
command: nix develop --command ./dev-scripts/lint-sql
e2e:
docker:
- image: mcr.microsoft.com/playwright:v1.29.2-focal
Expand Down

0 comments on commit cf86943

Please sign in to comment.