Skip to content

Commit

Permalink
Merge pull request #6 from gnosischain/improvements
Browse files Browse the repository at this point in the history
Add capacity to handle maximum amount per token
  • Loading branch information
giacomolicari authored Nov 30, 2023
2 parents dc4eb12 + f7d5dc6 commit 369cd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
working-directory: ./api
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
working-directory: ./api
run: |
python3 -m pytest -s
Expand Down

0 comments on commit 369cd7e

Please sign in to comment.