Skip to content

Commit

Permalink
add mpl and sb to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jun 6, 2024
1 parent b24f15f commit 4e4a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# Create the conda environment
- name: Create conda environment
run: conda create -n timex -c conda-forge -c cmutel brightway25 bw_temporalis
run: conda create -n timex -c conda-forge -c cmutel brightway25 bw_temporalis matplotlib seaborn

# Install testing dependencies from pyproject.toml
- name: Install testing dependencies
Expand Down

0 comments on commit 4e4a34f

Please sign in to comment.