Skip to content

Commit

Permalink
Merge pull request #411 from tkphd/amdahl-code-redux
Browse files Browse the repository at this point in the history
Amdahl code, redux
  • Loading branch information
ocaisa authored Feb 16, 2023
2 parents 2b8a613 + 160e626 commit 3117db8
Show file tree
Hide file tree
Showing 36 changed files with 732 additions and 1,399 deletions.
8 changes: 4 additions & 4 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,7 +27,7 @@ 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'
- name: Install basic requirements
Expand Down Expand Up @@ -64,7 +64,7 @@ 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'
- name: Install basic requirements
Expand Down
Loading

0 comments on commit 3117db8

Please sign in to comment.