Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Balinus authored Sep 13, 2024
1 parent 1dd8393 commit 9c7dddd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Display Python version
run: python -c "import sys; print(sys.version)"
#- name: Display Python version
# run: python -c "import sys; print(sys.version)"

- name: Set ENV Variables for 🐍 πŸ“ž
run: echo ENV["PYTHON"] = "${{ env.pythonLocation }}/bin/python" >> $GITHUB_ENV
#- name: Set ENV Variables for 🐍 πŸ“ž
# run: echo ENV["PYTHON"] = "${{ env.pythonLocation }}/bin/python" >> $GITHUB_ENV

- name: Install dependencies πŸ”§
run: |
python -m pip install --upgrade pip
pip install scipy
#- name: Install dependencies πŸ”§
# run: |
# python -m pip install --upgrade pip
# pip install scipy

- uses: julia-actions/setup-julia@v1
with:
Expand All @@ -49,8 +49,8 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON : "${{ env.pythonLocation }}/bin/python"
#env:
# PYTHON : "${{ env.pythonLocation }}/bin/python"

- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 9c7dddd

Please sign in to comment.