Skip to content

Commit 78aadcf

Browse files
authored
Update run-golden-tests.yml
1 parent b3352e7 commit 78aadcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-golden-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- name: Install dependencies and package
1919
run: |
2020
pip install -r requirements.txt
21-
pip install -r requirements-dev.txt
2221
python setup.py install
2322
- name: Run tests
2423
run:
@@ -28,3 +27,4 @@ jobs:
2827
with:
2928
name: result-differences-file-upload
3029
path: golden_tests/differences/*.testLog
30+

0 commit comments

Comments
 (0)