Skip to content

Commit cbc8fc5

Browse files
committed
Update installation of Python tools
1 parent f26027d commit cbc8fc5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/setup-system

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash -
1717
sudo apt-get install -y \
1818
default-jdk \
1919
nodejs \
20+
python-is-python3 \
2021
python3 \
22+
python3-flake8 \
23+
python3-jsonschema \
24+
python3-mypy \
2125
python3-pip \
22-
python-is-python3 \
26+
python3-pytest \
2327
scala
2428

25-
# For JSON Schema and atdpy testing
26-
pip install jsonschema pytest mypy flake8
27-
2829
# For atdcpp testing
2930
sudo apt install -y \
3031
rapidjson-dev

0 commit comments

Comments
 (0)