Skip to content

Commit

Permalink
Merge branch 'main' into feat/cli-bitcoind-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zk2u authored Oct 25, 2024
2 parents 8062660 + 0b0be55 commit 47657bd
Show file tree
Hide file tree
Showing 27 changed files with 819 additions and 201 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Install dependencies
working-directory: functional-tests
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' # this was giving issues in cache
run: poetry install --no-root --no-interaction

- name: Check formatting
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Install dependencies
working-directory: functional-tests
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
#if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' # this was giving issues in cache
run: poetry install --no-root --no-interaction

- name: Set up Rust
Expand Down
Loading

0 comments on commit 47657bd

Please sign in to comment.