diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 24f184f6a..0c75d58ed 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -93,7 +93,7 @@ jobs: run: | conda config --prepend channels bblanchon conda config --set channel_priority strict - python3 -m pip install -U -r req/default.txt + python -m pip install -U -r req/default.txt - name: Download packages uses: actions/download-artifact@v3 @@ -106,7 +106,7 @@ jobs: - name: Test raw package if: inputs.package == 'raw' - run: python3 conda/raw/minitest.py + run: python conda/raw/minitest.py - name: Test helpers package if: inputs.package == 'raw'