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 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
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
You can’t perform that action at this time.
0 commit comments