File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1818
1919 - name : Install pip and hatch
2020 run : |
21- sudo apt-get update
2221 sudo apt-get install -y python3-pip
2322 pip3 install hatch
2423
3130 ${{ runner.os }}-code-quality-
3231
3332 - name : Install required system packages only for Ubuntu Linux
34- run : |
35- sudo apt-get update
36- sudo apt-get -y upgrade
37- sudo apt-get install -y libsecp256k1-dev
33+ run : sudo apt-get install -y libsecp256k1-dev
3834
3935 - name : Run Hatch lint
40- run : |
41- hatch run lint:all
36+ run : hatch run lint:all
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ dependencies = [
123123 " pytest-asyncio==0.23.5" ,
124124 " fastapi" ,
125125 " httpx" ,
126+ " secp256k1" ,
126127]
127128[tool .hatch .envs .test .scripts ]
128129run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"
You can’t perform that action at this time.
0 commit comments