Skip to content

Commit

Permalink
test: Fix nix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 8, 2024
1 parent 1185ef4 commit fa3559a
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 210 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
pull_request:
push:
branches:
- '*'
- '*/*'
- main
- release/**

jobs:
cleanup-runs:
Expand Down
1 change: 0 additions & 1 deletion nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ poetry2nix.mkPoetryEnv {
flake8-isort = [ "hatchling" ];
pyunormalize = [ "setuptools" ];
eth-bloom = [ "setuptools" ];
ckzg = [ "setuptools" ];
aiohappyeyeballs = [ "poetry" ];
docker = [ "hatchling" "hatch-vcs" ];
};
Expand Down
Loading

0 comments on commit fa3559a

Please sign in to comment.