Skip to content

Commit

Permalink
fix pkg name in Trixi install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Jun 5, 2024
1 parent 7e689db commit de56968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- uses: julia-actions/setup-julia@v2
- run: julia -e 'using Pkg; Pkg.add("Trixi.jl")'
- run: julia -e 'using Pkg; Pkg.add("Trixi")'

- if: matrix.platform == 'macos-14'
run: |
Expand Down

0 comments on commit de56968

Please sign in to comment.