Skip to content

Commit

Permalink
Update UnitTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-saydjari authored Apr 29, 2024
1 parent 3dccca9 commit 46bee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UnitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Fix Conda"
env:
PYTHON: ""
run: julia -e 'using Pkg; Pkg.add("PyCall"); using PyCall; PyCall.Conda.add(["python=3.9","crowdsourcephoto=0.5.6","scipy==1.6.1","astropy=5.2.2"]); Pkg.build("PyCall")'
run: julia -e 'using Pkg; Pkg.add("PyCall"); using PyCall; PyCall.Conda.add_channel("conda-forge"); PyCall.Conda.add(["python=3.9","crowdsourcephoto=0.5.6","scipy==1.6.1","astropy=5.2.2"]); Pkg.build("PyCall")'
- name: "Unit Test"
uses: julia-actions/julia-runtest@v1
env:
Expand Down

0 comments on commit 46bee40

Please sign in to comment.