Skip to content

Commit

Permalink
use python rather than python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent 9bee161 commit 5620a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 5620a24

Please sign in to comment.