Skip to content

Commit

Permalink
update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Jan 19, 2023
1 parent 64e034a commit 16ed34a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 16ed34a

Please sign in to comment.