Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-sardar committed Feb 21, 2024
1 parent 8607bd1 commit 48ebceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Install dependencies
run: |
conda update conda
rm ~/.condarc
conda install conda=23.7.2
conda env update --file environment_dev.yml --name base
- name: Check if feature branch exists in swolfpy-inputdata
Expand Down
1 change: 1 addition & 0 deletions environment_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ channels:
- haasad
dependencies:
- python=3.9
- pip
- pip:
- brightway2==2.4.1
- bw-migrations==0.1
Expand Down

0 comments on commit 48ebceb

Please sign in to comment.