Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 29, 2024
1 parent 06fd1c6 commit cbb425f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

- name: Install dependencies
run: |
pyp3 -m pip install --upgrade pip
pyp3 -m pip install build wheel
pyp3 -m pip install pytest numpy platformdirs cpyparsing
pypy3 -m pip install --upgrade pip
pypy3 -m pip install build wheel
pypy3 -m pip install pytest numpy platformdirs cpyparsing
- uses: fortran-lang/setup-fortran@v1
id: setup-fortran
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Load container from cache
if: steps.container-cache.outputs.cache-hit == 'true'
run: docker load -i /docker_${TOOLCHAIN_NAME}.tar
run: docker load -i ~/docker_${TOOLCHAIN_NAME}.tar

- name: Build and test
run: |
Expand Down

0 comments on commit cbb425f

Please sign in to comment.