Skip to content

Commit

Permalink
update cores (#442)
Browse files Browse the repository at this point in the history
* update cores

* update python version on github actions

* fix github actions server install
  • Loading branch information
petrjasek authored Dec 16, 2022
1 parent 98ff8ad commit d488e10
Show file tree
Hide file tree
Showing 6 changed files with 525 additions and 117 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8

- run: sudo apt-get update
- run: sudo apt-get -y install libxmlsec1-dev

- run: docker-compose -f ../.github/docker-compose.yml up -d

- run: |
python -m pip install --upgrade 'pip<21.3' wheel setuptools
python -m pip install --upgrade pip wheel setuptools
pip install -r dev-requirements.txt
- run: flake8
Expand Down
Loading

0 comments on commit d488e10

Please sign in to comment.