diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 51586372..00cacf71 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -67,8 +67,7 @@ jobs: test-python: strategy: matrix: - python: ["3.10", "3.11"] - # python: ["3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] name: Test Python code runs-on: ubuntu-latest steps: