Skip to content

Commit

Permalink
install pip first
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzaxtazi committed Sep 7, 2023
1 parent 9e90db7 commit 2892d6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
# Install the package using the setup.py
#- name: Install package
# run: python setup.py install
- name: Install pip
run: python -m pip install --upgrade pip

# Install the conda environment
#- name: Install conda environment
# run: conda env create -f environment.yml
- name: Install conda environment
run: conda env create -f environment.yml

- name: Install conda dependencies
run: $CONDA/bin/conda env update --file environment.yml --name base
#- name: Install conda dependencies
# run: $CONDA/bin/conda env update --file environment.yml --name base
# python -m pip install --upgrade conda

#$CONDA/bin/conda env update --file environment.yml --name base
Expand Down

0 comments on commit 2892d6b

Please sign in to comment.