Skip to content

Commit

Permalink
testing cd again
Browse files Browse the repository at this point in the history
  • Loading branch information
santacodes committed Jul 22, 2024
1 parent 91ce077 commit b07ab3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: python -m nox -s docs

generated_project_tests:
needs: [style, template_test]
needs: [style]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -126,9 +126,10 @@ jobs:
- name: Generate a project using cookiecutter
run: |
cookiecutter . --no-input
cd pybamm_example_project
nox -s generated-project-tests
- name: Test generated project
working-directory: ./pybamm_example_project
run: |
source ../venv/bin/activate
nox -s generated-project-tests

0 comments on commit b07ab3f

Please sign in to comment.