diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 2e58714..470d2c8 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.10' architecture: 'x64' - name: Install package run: |