File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments