Skip to content

Commit

Permalink
minor cleanup of runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Jul 18, 2024
1 parent 57bb862 commit 525d373
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- name: Install dependencies
run: |
julia --project=docs -e '
julia -e '
using Pkg
Pkg.activate("docs")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
'
Expand Down

0 comments on commit 525d373

Please sign in to comment.