diff --git a/.github/workflows/version_check.yml b/.github/workflows/version_check.yml index ad97b7d2a..5ed3222bc 100644 --- a/.github/workflows/version_check.yml +++ b/.github/workflows/version_check.yml @@ -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)