File tree 2 files changed +10
-16
lines changed
2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,12 @@ jobs:
42
42
run : |
43
43
echo ${{ env.URL }}
44
44
45
- - name : Set up Python 3.10
45
+ - name : Set up Python
46
46
uses : actions/setup-python@v5
47
47
with :
48
- python-version : " 3.10"
49
- - name : Install dependencies
50
- run : |
51
- python -m pip install --upgrade pip
52
- pip install flake8 pytest
53
- pip install pytest_dotenv
54
- pip install pytest-reporter-html1
55
-
56
- - name : Install pre-commit
57
- run : |
58
- pip install pre-commit
48
+ python-version : " 3.12"
49
+ cache : " pip"
50
+ - run : pip install -r requirements.txt
59
51
60
52
- name : Install flux
61
53
run : |
77
69
which kind
78
70
kind version
79
71
80
- - name : Install playwright
81
- run : |
82
- pip install pytest-playwright
83
-
84
72
- name : Install chromium
85
73
run : |
86
74
playwright install chromium
Original file line number Diff line number Diff line change
1
+ flake8 == 7.1.1
2
+ pre_commit == 4.1.0
3
+ pytest == 8.3.4
4
+ pytest-dotenv == 0.5.2
5
+ pytest-playwright == 0.6.2
6
+ pytest-reporter-html1 == 0.9.2
You can’t perform that action at this time.
0 commit comments