Skip to content

Commit

Permalink
run cicd in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Aug 7, 2023
1 parent 22a5183 commit f1899c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
test_code:
needs: [pre-commit]
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 12
Expand All @@ -37,7 +36,6 @@ jobs:
run: pytest tests/
test_code_coverage:
runs-on: ubuntu-latest
needs: [pre-commit]

steps:
- uses: actions/checkout@v3
Expand All @@ -59,7 +57,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
test_docs:
needs: [pre-commit]
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 12
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"gdsfactory>=7.1.1,<7.2.0",
"gdsfactory[cad]>=7.1.1,<7.2.0",
"gplugins[tidy3d,sax,schematic]>=0.0.3,<0.1.0"
]
description = "ubcpdk pdk"
Expand Down

0 comments on commit f1899c4

Please sign in to comment.