We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1a94a commit a167f6aCopy full SHA for a167f6a
.github/workflows/examples_check.yml
@@ -23,7 +23,11 @@ jobs:
23
NLTK_DATA: /tmp/nltk_data
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v4
27
+ - name: Create .guardrailsrc
28
+ run: |
29
+ echo 'id="SYSTEM TESTING"' > ~/.guardrailsrc
30
+ echo 'no_metrics=false' >> ~/.guardrailsrc
31
- name: Set up Python
32
uses: actions/setup-python@v5
33
with:
0 commit comments