Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jun 3, 2024
1 parent a4b9462 commit 1ee3bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install setuptools wheel
conda env update --file environment.yml --name base
- name: Build package
run: |
python setup.py sdist bdist_wheel # Could also be python -m build
Expand Down

0 comments on commit 1ee3bfd

Please sign in to comment.