File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,17 @@ jobs:
1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-python@v2
1414 with :
15- python-version : " 3.9 "
15+ python-version : " 3.10 "
1616 - uses : actions/cache@v2
1717 with :
1818 path : ~/.cache/pip
1919 key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
2020 - name : Install dependencies
2121 run : |
2222 python -m pip install --upgrade pip setuptools six wheel
23+ # sudo apt-get install libxml2 libxslt
24+ sudo snap install libxml2 libxslt
25+ python -m pip install matplotlib>=3.4.2
2326 python -m pip install mypy pytest-cov -r requirements.txt
2427 - run : mypy --install-types --non-interactive .
2528 - name : Run tests
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v1 # v1, NOT v2
1010 - uses : actions/setup-python@v2
11+ with :
12+ python-version : " 3.10"
1113 - name : Write DIRECTORY.md
1214 run : |
1315 scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
You can’t perform that action at this time.
0 commit comments