mirror of https://github.com/MISP/misp-objects
fix: [github workflow] version are not float but str
parent
4f52a227c7
commit
9c79cebde5
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, 3.10]
|
||||
python-version: ['3.8', '3.9', '3.10']
|
||||
|
||||
steps:
|
||||
|
||||
|
|
Loading…
Reference in New Issue