Skip to content

Commit

Permalink
ci: fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed Jan 5, 2024
1 parent 7d266f0 commit d4b106c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade black flake8 wheel mypy setuptools
python3 -m pip install poetry
poetry install
- name: Check style
run: make style_check
run: poetry run make style_check
- name: Check dist
run: make dist
run: poetry run make

3 comments on commit d4b106c

@sl144
Copy link

@sl144 sl144 commented on d4b106c May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm having trouble with my walt recovery

@sl144
Copy link

@sl144 sl144 commented on d4b106c May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I lost one of the recovery pass words of my wallet

@sl144
Copy link

@sl144 sl144 commented on d4b106c May 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you help me

Please sign in to comment.