Skip to content

Commit

Permalink
environment setup using make
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Mar 21, 2024
1 parent 4809a7d commit eadb95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

- name: Setup julia environment
run: |
julia --project=. -e 'using Pkg; Pkg.rm("OMAS"); Pkg.add(url="[email protected]:ProjectTorreyPines/OMAS.jl.git", rev="master"); Pkg.instantiate()'
make u
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit eadb95b

Please sign in to comment.