.github/workflows/windows.yml in pycall-1.4.2 vs .github/workflows/windows.yml in pycall-1.5.0

- old
+ new

@@ -24,27 +24,26 @@ - "3.0" - 2.7 - 2.6 python: - 3.x - - 2.x python_architecture: - x64 include: - { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 } #- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - uses: ruby/setup-ruby@v1 if: matrix.ruby_version != 'master-nightly' with: ruby-version: ${{ matrix.ruby }} - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} architecture: ${{ matrix.python_architecture }} - run: pip install --user numpy