Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Nov 25, 2022
1 parent f7a6a1c commit 5d9ad9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
os: [ macos-latest, ubuntu-latest]
env:

- CONDA_PY: "38"
- CONDA_PY: "39"
- CONDA_PY: "310"
Expand All @@ -38,7 +37,7 @@ jobs:
sudo conda config --add channels fredboudon
sudo conda config --set always_yes yes
sudo conda config --set auto_update_conda False
sudo conda install conda-build anaconda-client boa
sudo conda install conda-build anaconda-client
- name: Build Setup
env:
Expand Down
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ app:
test:
requires:
- nose
- pandas
imports:
- openalea.lpy
source_files:
Expand Down

0 comments on commit 5d9ad9f

Please sign in to comment.