Skip to content

Commit 8fca4a9

Browse files
authored
Merge pull request #51 from luketainton/tahigash_github_actions_examples
Update macos-latest to macos-10
2 parents 0fede2b + 8811219 commit 8fca4a9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/run_tests.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
pip install pyats[full] yang.connector rest.connector --pre
2929
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3030
- name: pyats version check
31-
run: |
32-
pyats version check
31+
run: pyats version check
3332
# - name: ComparePlugin
3433
# run: |
3534
# cat <<EOF > easypy_config.yaml
@@ -78,8 +77,7 @@ jobs:
7877
pip install pyats[full] yang.connector rest.connector --pre
7978
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
8079
- name: pyats version check
81-
run: |
82-
pyats version check
80+
run: pyats version check
8381
# - name: ComparePlugin
8482
# run: |
8583
# cat <<EOF > easypy_config.yaml
@@ -108,7 +106,7 @@ jobs:
108106
diff -I 'testscript:' -B -C5 rerun_results results/comprehensive_results_ext.yaml
109107
cd ..
110108
111-
macos-latest:
109+
macos-10:
112110

113111
runs-on: macos-10.15
114112

@@ -128,8 +126,7 @@ jobs:
128126
pip install pyats[full] yang.connector rest.connector --pre
129127
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
130128
- name: pyats version check
131-
run: |
132-
pyats version check
129+
run: pyats version check
133130
# - name: ComparePlugin
134131
# run: |
135132
# cat <<EOF > easypy_config.yaml

0 commit comments

Comments
 (0)