Skip to content

Commit

Permalink
Update scripts_deploy.yml (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 30, 2023
1 parent fa5f081 commit 74187db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
using Pkg
Pkg.develop(path="lib/EnzymeCore")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.develop(path="lib/EnzymeTestUtils")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
Expand Down

0 comments on commit 74187db

Please sign in to comment.