Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
31ed1c2a
"examples/nlp/python_bert_squad/README.md" did not exist on "bd0bd7ef2cdd81ad60022607af723b257ee4f7a4"
Commit
31ed1c2a
authored
Aug 19, 2023
by
baberabb
Browse files
add branch wildcard; pytest verbosity++ in case failure
parent
ac290ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
+3
-3
No files found.
.github/workflows/unit_tests.yml
View file @
31ed1c2a
...
@@ -6,10 +6,10 @@ name: Unit Tests
...
@@ -6,10 +6,10 @@ name: Unit Tests
on
:
on
:
push
:
push
:
branches
:
branches
:
-
big-refactor
-
'
big-refactor
*'
pull_request
:
pull_request
:
branches
:
branches
:
-
big-refactor
-
'
big-refactor
*'
workflow_dispatch
:
workflow_dispatch
:
# Jobs run concurrently and steps run sequentially within a job.
# Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required.
# jobs: linter and cpu_tests. Add more jobs/steps as required.
...
@@ -64,4 +64,4 @@ jobs:
...
@@ -64,4 +64,4 @@ jobs:
# pip install bleurt@https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt
# pip install bleurt@https://github.com/google-research/bleurt/archive/b610120347ef22b494b6d69b4316e303f5932516.zip#egg=bleurt
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
-
name
:
Test with pytest
-
name
:
Test with pytest
run
:
python -m pytest -s -v -n=auto --ignore=tests/tests_master --ignore=tests/extra
run
:
python -m pytest
--showlocals
-s -v -n=auto --ignore=tests/tests_master --ignore=tests/extra
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment