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 f5a6626 commit 2a64e7b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5

steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment.yml --name adl
conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
Expand All @@ -33,6 +35,3 @@ jobs:
run: |
conda install pytest
pytest
env:
CACHE_NUMBER: 0 #

0 comments on commit 2a64e7b

Please sign in to comment.