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 16a6884
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 211 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
2 changes: 1 addition & 1 deletion nix/testenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ poetry2nix.mkPoetryEnv {
flake8-isort = [ "hatchling" ];
pyunormalize = [ "setuptools" ];
eth-bloom = [ "setuptools" ];
ckzg = [ "setuptools" ];
clang = [ "setuptools" ];
aiohappyeyeballs = [ "poetry" ];
docker = [ "hatchling" "hatch-vcs" ];
};
Expand Down
Loading

0 comments on commit 16a6884

Please sign in to comment.