Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
Disabling incorrect flagging of notice as error for mac build
  • Loading branch information
gouwens authored Apr 29, 2024
1 parent 81dda60 commit 25be120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
C:\Miniconda\condabin\conda.bat install tqdm openjpeg ruamel.yaml
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -r test_requirements.txt -U
pip install -r requirements.txt -U
pip install -e .
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install dependencies
run: |
conda install tqdm openjpeg ruamel.yaml
python -m pip install --upgrade pip
python -m pip install --upgrade pip --disable-pip-version-check
pip install -r test_requirements.txt -U
pip install -r requirements.txt -U
pip install -e .
Expand Down

0 comments on commit 25be120

Please sign in to comment.