File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - uses : actions/checkout@v4
24- - name : Set up Python 3.13
25- uses : actions/setup-python@v3
24+ - uses : actions/setup-python@v5
2625 with :
27- python-version : " 3.13 "
26+ python-version-file : .tool-versions
2827 - name : Install dependencies
2928 run : |
3029 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1- # This file is for you! Please, updated to the versions agreed by your team.
2-
31editorconfig-checker 3.2.1
2+ python 3.13.3
43
54# ==============================================================================
65# The section below is reserved for Docker image versions.
Original file line number Diff line number Diff line change @@ -10,16 +10,23 @@ It is currently configured to run on the QA environment. The project utilizes t
1010
1111## Installation
1212
13- This test pack requires Python 3.10 installed on the system or greater to run.
14-
15- To execute the tests from your system, please follow the 4 easy steps below:
13+ To execute the tests from your system, please follow the steps below:
1614
17151 . Clone the repository to any local folder
1816
1917 ``` console
2018 git clone https://github.com/NHSDigital/manage-vaccinations-in-schools-testing.git
2119 ```
2220
21+ 1 . Install Python
22+
23+ The version of Python is specified in the ` .tool-versions ` file meaning it can be managed automatically using tools
24+ such as [ Mise] ( https://mise.jdx.dev ) or [ Asdf] ( https://asdf-vm.com ) .
25+
26+ ``` console
27+ mise install
28+ ```
29+
23301 . Create a virtual environment
2431
2532 ``` console
You can’t perform that action at this time.
0 commit comments