Unverified Commit eba9cc9f authored by Silvano Cerza's avatar Silvano Cerza Committed by GitHub

[skip changelog] Fix Python lint workflow formatting (#834)

parent 3f2a944a
......@@ -27,10 +27,10 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Activate Python
uses: actions/setup-python@v1
with:
python-version: '3.8'
architecture: 'x64'
uses: actions/setup-python@v1
with:
python-version: "3.8"
architecture: "x64"
- name: Install Poetry
run: pip install poetry
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment