Skip to content

Commit

Permalink
Github actions exclude does not accept arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Jan 7, 2024
1 parent fdcd75d commit 6ee9eeb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,19 @@ jobs:
os: [ubuntu-20.04, windows-2019]
exclude:
- python-version: py37
package:
- "getting-started"
package: "getting-started"
- python-version: pypy3
package:
- "getting-started"
- "opencensus-shim"
- "exporter-opencensus"
- "exporter-otlp-proto-common"
- "exporter-otlp-combined"
- "exporter-otlp-proto-grpc"
package: "getting-started"
- python-version: pypy3
package: "opencensus-shim"
- python-version: pypy3
package: "exporter-opencensus"
- python-version: pypy3
package: "exporter-otlp-proto-common"
- python-version: pypy3
package: "exporter-otlp-combined"
- python-version: pypy3
package: "exporter-otlp-proto-grpc"

steps:
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
Expand Down

0 comments on commit 6ee9eeb

Please sign in to comment.