From 9c7dddd876bb1239108078b155e47888e7d70635 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Fri, 13 Sep 2024 09:16:38 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75d2af2..2788bc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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