Skip to content

Commit 66a2ab0

Browse files
authored
Update build.yaml
1 parent 9575fb9 commit 66a2ab0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Setup Python
52-
<<<<<<< before updating
53-
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
54-
=======
5552
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
56-
>>>>>>> after updating
5753
with:
5854
version: ${{ matrix.python-version }}
5955

@@ -118,20 +114,12 @@ jobs:
118114
if: ${{ matrix.airflow == '2' && matrix.laminar == 'laminar' }}
119115

120116
- name: Test wheel
121-
<<<<<<< before updating
122-
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
123-
=======
124117
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
125-
>>>>>>> after updating
126118
with:
127119
module: airflow_pydantic
128120

129121
- name: Test source distribution
130-
<<<<<<< before updating
131-
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
132-
=======
133122
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
134-
>>>>>>> after updating
135123
with:
136124
module: airflow_pydantic
137125

0 commit comments

Comments
 (0)