diff --git a/.github/workflows/test_import.yml b/.github/workflows/test_import.yml index 69eaf2464..34bc23be7 100644 --- a/.github/workflows/test_import.yml +++ b/.github/workflows/test_import.yml @@ -10,9 +10,9 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - with: - python-version: '3.x' - architecture: 'x64' + with: + python-version: '3.9' + architecture: 'x64' - run: python -m pip install . - run: python -c 'import dpdata'