Skip to content

Commit

Permalink
Migration to ei39
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jan 24, 2024
1 parent c89fb19 commit 01259f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Expand Up @@ -58,12 +58,9 @@ jobs:
- name: Install python version
uses: gabrielfalcao/pyenv-action@v7
with:
default: 3.9.0
default: 3.10.0
command: pip install -U pip # upgrade pip after installing python

- name: create environment
run: pyenv local 3.9.0 && python -mvenv .venv390

- name: Install dependencies
run: |
pip install -r requirements.txt --upgrade pip
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,3 +1,2 @@
carculator_utils==1.2.0.dev3
bw2io<=0.8.12
prettytable
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -42,7 +42,6 @@ def package_files(directory):
},
install_requires=[
"carculator_utils==1.2.0.dev3",
"bw2io<=0.8.12",
"prettytable",
],
url="https://github.com/romainsacchi/carculator_bus",
Expand Down

0 comments on commit 01259f5

Please sign in to comment.