Skip to content

Commit

Permalink
Fix from database column in dataframe to align with first item of `…
Browse files Browse the repository at this point in the history
…from key`.
  • Loading branch information
romainsacchi committed Sep 29, 2024
1 parent d55f3f0 commit 6b7806c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt --upgrade pip
pip install -e .
pip install pytest
pip install -e .
- name: Run tests
run: |
Expand Down
3 changes: 1 addition & 2 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
python:
- 3.10
- 3.11
- 3.10
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ numpy
pandas
bw2io
bw2data
bw2calc
wurst>=0.4.0
prettytable
datapackage
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def package_files(directory):
"pandas",
"bw2io",
"bw2data",
"bw2calc",
"prettytable",
"datapackage",
"sparse",
Expand Down

0 comments on commit 6b7806c

Please sign in to comment.