diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77a8c41b..e738c7be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,26 +26,26 @@ jobs: include: - name-suffix: "bdist_wheel-h5py_2.8.0" os: ubuntu-latest - python-version: 3.7 + python-version: '3.7' BUILD_COMMAND: bdist_wheel H5PY_OLDER_VERSION: 2.8.0 - name-suffix: "sdist-h5py_2.10.0" os: ubuntu-latest - python-version: 3.8 + python-version: '3.8' BUILD_COMMAND: sdist H5PY_OLDER_VERSION: 2.10.0 NUMPY_OLDER_VERSION: 1.23.5 - - name-suffix: "sdist-h5py_3.8.0" + - name-suffix: "bdist_wheel-h5py_3.8.0" os: ubuntu-latest - python-version: 3.10.8 + python-version: '3.10.8' BUILD_COMMAND: bdist_wheel H5PY_OLDER_VERSION: 3.8.0 - name-suffix: "bdist_wheel-h5py_2.10.0" os: macos-latest - python-version: 3.7 + python-version: '3.7.16' BUILD_COMMAND: bdist_wheel H5PY_OLDER_VERSION: 2.10.0 env: @@ -53,20 +53,20 @@ jobs: - name-suffix: "bdist_wheel-h5py_3.8.0" os: macos-latest - python-version: 3.10.8 + python-version: '3.10.8' BUILD_COMMAND: bdist_wheel H5PY_OLDER_VERSION: 3.8.0 # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 # Runs a single command using the runners shell - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }}