Skip to content

Commit

Permalink
Remove anaconda dependencies (#571)
Browse files Browse the repository at this point in the history
* Checking conda
* Use conda-forge channel
  • Loading branch information
daurer authored Aug 20, 2024
1 parent b83b0b0 commit 49d9755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
conda --version
conda info
- name: Make sure conda is updated
run: |
conda update conda
Expand Down
2 changes: 2 additions & 0 deletions dependencies_core.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: ptypy_core
channels:
- conda-forge
dependencies:
- python
- numpy
Expand Down

0 comments on commit 49d9755

Please sign in to comment.