diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2dc34e..d2f5d2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.10] + python-version: [3.10.0] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.10] + python-version: [3.10.0] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: @@ -58,7 +58,7 @@ jobs: # strategy: # fail-fast: false # matrix: - # python-version: [3.10] + # python-version: [3.10.0] # os: [macos-latest] # runs-on: ${{ matrix.os }} # steps: @@ -76,7 +76,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.10] + python-version: [3.10.0] os: [windows-latest] runs-on: ${{ matrix.os }} steps: