Skip to content

Commit

Permalink
Attempt new fix at package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed May 30, 2024
1 parent b798821 commit d8a7bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_bundled_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: julia-actions/cache@v2
- uses: actions/checkout@v4
- name: Ensure packages are up-to-date and precompiled
run: julia --project -e "using Pkg; using SatelliteDynamics; Pkg.instantiate();"
run: julia --project -e "using Pkg; Pkg.instantiate(); using SatelliteDynamics;"
- name: Update package data
run: julia --project ./scripts/update_data.jl
- name: Commit and push changes
Expand Down

0 comments on commit d8a7bba

Please sign in to comment.