Skip to content

Commit

Permalink
Debugging python checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Oct 31, 2024
1 parent 6b4e25e commit 6e0d8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Fetch Sources
uses: actions/checkout@v3
- name: Install Python Dependencies
run: pip install meson ninja
- name: Build package
run: |
pip wheel .
Expand Down

0 comments on commit 6e0d8f8

Please sign in to comment.