diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 6c8ed1b07..37278cfa1 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -15,10 +15,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: '3.9' - name: Install codespell run: | - pip3 install codespell + python3 -m pip install codespell - name: Check spelling run: | make spellcheck @@ -27,9 +27,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.0' - name: Install basic requirements run: | # Need this library for nokogiri @@ -64,9 +64,9 @@ jobs: - Magic_Castle_EESSI_slurm steps: - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.0' - name: Install basic requirements run: | # Need this library for nokogiri