Skip to content

Commit

Permalink
CICD pytest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterXY89 committed Dec 10, 2023
1 parent 63f8341 commit f5a6626
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
with:
python-version: "3.11"

- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name adl
conda activate adl
- name: Lint with flake8
run: |
Expand Down

0 comments on commit f5a6626

Please sign in to comment.