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 1d59fdb commit 8ff4630Copy full SHA for 8ff4630
.github/workflows/save_versions.yml
@@ -32,6 +32,7 @@ jobs:
32
shell: bash -l {0}
33
run: |
34
conda list > /tmp/versions.txt
35
+ chromium --version >> /tmp/versions.txt
36
37
- name: Save versions.txt
38
if: always()
.github/workflows/test_snapshots.yml
@@ -36,7 +36,7 @@ jobs:
- name: Test with pytest
39
- python -m pytest tests/snapshots -s --reruns=3 --junit-xml=test-results.xml
+ python -m pytest tests/snapshots -s --junit-xml=test-results.xml
40
41
- name: Surface failing tests
42
0 commit comments