Skip to content

Commit

Permalink
fix path to update
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 12, 2024
1 parent 902995a commit 63a976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
if !major_minor_patch_match(latest_version, manifest_version)
# Attempt to automatically update Manifest
old_env = Pkg.project().path
Pkg.activate("/Users/pyong/ppl/docs")
Pkg.activate(".")
Pkg.update()
# Check if versions match now, error if not
Pkg.activate(old_env)
Expand Down

0 comments on commit 63a976b

Please sign in to comment.