File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 9090 openai-version : ["1.2.4"]
9191 steps :
9292 - uses : actions/checkout@v4
93+
94+ - name : Create .guardrailsrc
95+ run : |
96+ echo 'id="SYSTEM TESTING"' > ~/.guardrailsrc
97+ echo 'no_metrics=false' >> ~/.guardrailsrc
98+
9399 - name : Set up Python ${{ matrix.python-version }}
94100 uses : actions/setup-python@v5
95101 with :
Original file line number Diff line number Diff line change 2323 NLTK_DATA : /tmp/nltk_data
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v4
27+ - name : Create .guardrailsrc
28+ run : |
29+ echo 'id="SYSTEM TESTING"' > ~/.guardrailsrc
30+ echo 'no_metrics=false' >> ~/.guardrailsrc
2731 - name : Set up Python
2832 uses : actions/setup-python@v5
2933 with :
You can’t perform that action at this time.
0 commit comments