Skip to content

Commit

Permalink
fix: conda build for all python
Browse files Browse the repository at this point in the history
conda_build file should be conda_build_config.yaml
  • Loading branch information
Lachlan Grose committed Nov 10, 2021
1 parent c67fc54 commit 04757b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest","macos-latest"]
python-version: ["3.7","3.8","3.9"]
python-version: ["3.9"]
steps:
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
File renamed without changes.

0 comments on commit 04757b5

Please sign in to comment.