We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9b38d commit 5960c67Copy full SHA for 5960c67
1 file changed
.github/workflows/internal_examples.yml .github/workflows/local_examples.yml.github/workflows/internal_examples.yml renamed to .github/workflows/local_examples.yml
@@ -7,12 +7,12 @@ on:
7
pull_request:
8
9
concurrency:
10
- group: ${{ github.ref }}-${{ github.head_ref }}-internal-examples
+ group: ${{ github.ref }}-${{ github.head_ref }}-local-examples
11
cancel-in-progress: true
12
13
jobs:
14
- internal-examples:
15
- name: internal examples
+ local-examples:
+ name: local examples
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
@@ -27,6 +27,6 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install ".[test]"
30
- - name: Run internal examples
+ - name: Run local examples
31
32
python examples/fodo.py
0 commit comments