Skip to content

Commit a3ca847

Browse files
authored
Update setup script (#267)
1 parent 837ad67 commit a3ca847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ pytest-error-for-skips==2.0.2
77
pytest-timeout==2.2.0
88
pytest==7.4.3
99
ruff==0.1.6
10-
setuptools>=68.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

3-
python3 -m venv venv
3+
python3.10 -m venv venv
44
source venv/bin/activate
5+
pip3 install --upgrade pip setuptools wheel
56
pip3 install -r requirements-dev.txt
67
pre-commit install

0 commit comments

Comments
 (0)