Skip to content

Commit

Permalink
ENV #342 use nodefaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored Jan 30, 2025
1 parent 6330bbd commit 2c38f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
max-parallel: 5
matrix:
python-version:
- "3.8"
# - "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
2 changes: 1 addition & 1 deletion env-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: dev-hklpy

channels:
- conda-forge # must come before defaults (for gsl version)
- defaults
- nodefaults

dependencies:
- python >=3.8,<3.12
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: hklpy

channels:
- conda-forge # must come before defaults (for gsl version)
- defaults
- nodefaults

dependencies:
- python >=3.8,<3.12
Expand Down

0 comments on commit 2c38f08

Please sign in to comment.