Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed May 31, 2024
1 parent d2a6060 commit 2bfd8a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install Dependencies with Mamba
run: |
conda env update -n base --file .github/workflows/environment.yml
conda env update -n base --file .github/additional_files/environment.yml
- name: Install Repository Module
run: |
pip install ./
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file .github/workflows/environment.yml --name base
conda env update --file .github/additional_files/environment.yml --name base
- name: Test with pytest
run: |
conda install pytest
Expand Down

0 comments on commit 2bfd8a2

Please sign in to comment.