Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 22, 2024
1 parent 7e88b5c commit eba1b90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python:
- 3.9
- 3.10
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ requirements:
run:
- bw2io
- bw2data
- pyyaml

test:
imports:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bw2io
bw2data
pyyaml
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"bw2io",
"bw2data",
"requests",
"pyyaml"
],
url="https://github.com/romainsacchi/premise_gwp",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit eba1b90

Please sign in to comment.