Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 13, 2022
1 parent 2e06bb9 commit 2799ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ jobs:
- linux: packaged
asdf-schemas:
name: ${{ matrix.name }}
name: ${{ matrix.package_name }}@${{ matrix.ref }} unit tests
runs-on: ubuntu-latest
strategy:
matrix:
fail-fast: false
include:
- package_name: asdf-standard
repository: asdf-format/asdf-standard
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
dependencies = [
'asdf-standard >=1.0.1',
'asdf-transform-schemas >=0.2.2',
'asdf-unit-schmas >= 0.1.0',
'asdf-unit-schemas >= 0.1.0',
'importlib_resources >=3; python_version <"3.9"',
'importlib-metadata >=3; python_version <"3.10"',
'jmespath >=0.6.2',
Expand Down

0 comments on commit 2799ffe

Please sign in to comment.