Skip to content

Commit

Permalink
Merge pull request #25 from openalea/namespace
Browse files Browse the repository at this point in the history
Reactivate noarch package with the ability to generate egg package
  • Loading branch information
pradal authored Apr 20, 2022
2 parents a06803f + 69153ce commit 6f0d10d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ ubuntu-latest , macos-latest , windows-latest]
python-minor-version: [7,8,9]
os: [ ubuntu-latest]
python-minor-version: [9]
isMaster:
- ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}
exclude:
Expand Down
9 changes: 5 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@ source:
path: ..

build:
noarch: python
preserve_egg_dir: True
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
number: 1
script: python setup.py install #--single-version-externally-managed --record=record.txt

requirements:
build:
- python {{PY_VER}}
- python
- openalea.deploy
run:
- python {{PY_VER}}
- python >=3.6
- openalea.plantgl
- matplotlib
- pandas
Expand Down

0 comments on commit 6f0d10d

Please sign in to comment.