Skip to content

Commit

Permalink
ci(github): fix python version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Oct 1, 2023
1 parent 513fadb commit 6bb3591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -12,7 +13,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

# - name: Install Poetry
# run: curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit 6bb3591

Please sign in to comment.