Skip to content

Commit

Permalink
Merge pull request #2 from drunest/development
Browse files Browse the repository at this point in the history
add signature based on wallet
  • Loading branch information
ppolewicz authored Sep 21, 2024
2 parents a596eb9 + 24db6fa commit 64942be
Show file tree
Hide file tree
Showing 4 changed files with 1,750 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
key: ${{ matrix.python-version }}-pdm-${{ hashFiles('pdm.lock') }}
restore-keys: ${{ matrix.python-version }}-pdm-
- name: Install dependencies
run: python -m pip install --upgrade 'nox==2024.3.2' 'pdm==2.18.1'
run: python -m pip install --upgrade 'nox==2024.3.2' 'pdm==2.18.2'
- name: Run unit tests
run: nox -vs test
Loading

0 comments on commit 64942be

Please sign in to comment.