File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 28
28
pip install pyats[full] yang.connector rest.connector --pre
29
29
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30
30
- name : pyats version check
31
- run : |
32
- pyats version check
31
+ run : pyats version check
33
32
# - name: ComparePlugin
34
33
# run: |
35
34
# cat <<EOF > easypy_config.yaml
78
77
pip install pyats[full] yang.connector rest.connector --pre
79
78
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
80
79
- name : pyats version check
81
- run : |
82
- pyats version check
80
+ run : pyats version check
83
81
# - name: ComparePlugin
84
82
# run: |
85
83
# cat <<EOF > easypy_config.yaml
@@ -108,7 +106,7 @@ jobs:
108
106
diff -I 'testscript:' -B -C5 rerun_results results/comprehensive_results_ext.yaml
109
107
cd ..
110
108
111
- macos-latest :
109
+ macos-10 :
112
110
113
111
runs-on : macos-10.15
114
112
@@ -128,8 +126,7 @@ jobs:
128
126
pip install pyats[full] yang.connector rest.connector --pre
129
127
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
130
128
- name : pyats version check
131
- run : |
132
- pyats version check
129
+ run : pyats version check
133
130
# - name: ComparePlugin
134
131
# run: |
135
132
# cat <<EOF > easypy_config.yaml
You can’t perform that action at this time.
0 commit comments