Adding more YAML validations (#2837)

* Update T1202.yaml

* fix all atomics

* changing to macos to fix pytest issue

* changing to macos to fix pytest issue

* adding gitignore
This commit is contained in:
Hare Sudhan
2024-07-10 08:54:26 -05:00
committed by GitHub
parent 74cf7fbbe3
commit c8a70997da
11 changed files with 61 additions and 15 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs:
validate-python-file-changes:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.11.2"
python-version: "3.12.4"
cache: "poetry"
- name: Install dependencies