We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd4cfb commit 5913dfeCopy full SHA for 5913dfe
.github/workflows/nix-ci.yml
@@ -30,5 +30,10 @@ jobs:
30
# Use channel nixos-23.11 for Linux and nixpkgs-23.11-darwin for macOS
31
nix_path: nixpkgs=channel:${{ matrix.os == 'macos-latest' && 'nixpkgs-24.05-darwin' || 'nixos-24.05' }}
32
33
+ - name: Disable incompatible dependency of `nuls2`
34
+ run: |
35
+ sed -i.bak '/py-ed25519-bindings/ s/^[[:space:]]*/# /' pyproject.toml
36
+ rm pyproject.toml.bak
37
+
38
- name: Run tests
- run: nix-shell --run "hatch run testing:test -- ./src/ ./test/"
39
+ run: nix-shell --run "hatch run testing:test"
0 commit comments