File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 99 schedule :
1010 # run this every Wednesday at 3 am UTC
1111 - cron : 0 3 * * 3
12+ workflow_dispatch :
1213
1314jobs :
1415 tests :
1516 strategy :
17+ fail-fast : false
1618 matrix :
1719 os :
1820 - ubuntu-latest
6668 name : test_results
6769 path : test_results/
6870
69- minimal-dependencies :
70- runs-on : ubuntu-latest
71- steps :
72- - name : Checkout Source
73- uses : actions/checkout@v4
74- - name : Setup Python
75- uses : actions/setup-python@v5
76- with :
77- python-version : ' 3.9'
78- - name : Build library
79- run : |
80- python -m pip install --upgrade pip
81- python -m pip install tomli tomli_w
82- python scripts/hardpin_minimal_dependencies.py
83- python -m pip install .
84- python -m pip install --requirement requirements/tests.txt
85-
86- - name : Run test suite
87- run : |
88- python -m pip freeze
89- pytest --color yes
90-
91-
9271 image-tests :
9372 name : Image tests
9473 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments