Skip to content

Commit

Permalink
Fix: error reading python version
Browse files Browse the repository at this point in the history
Signed-off-by: Hakim Amarullah <hakimamarullah@gmail.com>
  • Loading branch information
hakimamarullah committed Sep 14, 2022
1 parent 40f34f2 commit e39e04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, '3.10']

env:
UCI_DB: "https://archive.ics.uci.edu/ml/machine-learning-databases"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- name: Check out repo
Expand Down

0 comments on commit e39e04c

Please sign in to comment.