Skip to content

Commit

Permalink
Trying to fix github actions pyyaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shinzlet committed Jul 18, 2024
1 parent a483af1 commit 240b149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: sksat/[email protected]

- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ authors = [
dependencies = [
"numpy>=2.0.0",
"termcolor>=2.4.0",
"tensorstore>=0.1.63",
"pyyaml>=6.0.1",
"tensorstore>=0.1.63"
]
readme = "README.md"
requires-python = ">= 3.12"
Expand Down

0 comments on commit 240b149

Please sign in to comment.