Skip to content

Commit

Permalink
Update workflow and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Jun 10, 2024
1 parent b677b52 commit 9ca2a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
permissions:
contents: write
pull-requests: read
statuses: write
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ version = "0.1.0"
[deps]
ArrayTools = "1dc0ca97-c5ce-4e77-ac6d-c576ac9d7f27"
TypeUtils = "c3b1956e-8857-4d84-9b79-890df85b1e67"
Unitless = "c904d999-9673-4878-a3dd-e3ef1851788a"

[compat]
TypeUtils = "0.3"
Unitless = "2"
ArrayTools = "0.3"
TypeUtils = "0.3, 1"
julia = "1.5"

[extras]
Expand Down

0 comments on commit 9ca2a55

Please sign in to comment.