Skip to content

Commit

Permalink
fix: add setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
mikinovation committed Apr 20, 2024
1 parent 99a56eb commit 8c97c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python 3.x
uses: actions/setup-python@v5
with:
python-version: "3.x"
architecture: "x64"
Expand Down

0 comments on commit 8c97c9a

Please sign in to comment.