Skip to content

Commit

Permalink
Merge pull request #13 from WoodyXP/ARSISTE-11-Fix-Test
Browse files Browse the repository at this point in the history
Arsiste 11 fix test
  • Loading branch information
WoodyXP committed May 24, 2023
2 parents 3a7f770 + df4ac48 commit 7246a2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
run: julia -e 'using Pkg; Pkg.add("Fire")'
- name: Copy example.jl
run: cp tests/example.jl $GITHUB_WORKSPACE
- name: Install Stable Version Pyjulia Module
run: >-
pip install -i https://test.pypi.org/simple/ pyjulia==0.0.5
- name: Copy pyjulia.py
run: cp src/pyjulia/pyjulia.py $GITHUB_WORKSPACE
- name: Test Pyjulia
run: >-
python -m unittest tests.pyjulia_test
Expand Down

0 comments on commit 7246a2f

Please sign in to comment.