From 196cca59211b4b0ae98980b7cd64ba0d99acd74c Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:13:08 -0700 Subject: [PATCH] fix cicd --- .github/workflows/test_pdks.yml | 41 --------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 .github/workflows/test_pdks.yml diff --git a/.github/workflows/test_pdks.yml b/.github/workflows/test_pdks.yml deleted file mode 100644 index 036d139c1..000000000 --- a/.github/workflows/test_pdks.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Test PDKs - -on: - pull_request: - push: - branches: - - main - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - test: - runs-on: ubuntu-latest - container: ghcr.io/gdsfactory/gdsfactory7:main - strategy: - fail-fast: false - matrix: - repo: - - { owner: "gdsfactory", repo: "cspdk" } - - { owner: "gdsfactory", repo: "skywater130" } - - { owner: "gdsfactory", repo: "ubc" } - - steps: - - name: Checkout this repository - uses: actions/checkout@v4 - - - name: Checkout other repository - uses: actions/checkout@v4 - with: - repository: ${{ matrix.repo.owner }}/${{ matrix.repo.repo }} - path: other-repo - - - name: Run tests - run: | - ls other-repo - pip install -e other-repo - pip install -e . - cd other-repo - pytest diff --git a/README.md b/README.md index ccbfd7104..021a6aac9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gdsfactory 7.27.1 +# gdsfactory 7.27.2 [![docs](https://github.com/gdsfactory/gdsfactory/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gdsfactory/) [![PyPI](https://img.shields.io/pypi/v/gdsfactory)](https://pypi.org/project/gdsfactory/)