Skip to content

Commit

Permalink
add setup-julia action
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Dec 22, 2024
1 parent 74e2cc9 commit 638255d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ jobs:
for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
python -m pip show --verbose PyPartMC
- uses: julia-actions/setup-julia@v2
with:
version: '1.11'

### make sure PyPartMC is not picked up from a local folder
- run: |
cd tests
Expand Down

0 comments on commit 638255d

Please sign in to comment.