Skip to content

Commit

Permalink
Merge pull request #8 from oarepo/builder-3.4
Browse files Browse the repository at this point in the history
Builder 3.5a1
  • Loading branch information
mesemus authored Nov 30, 2021
2 parents ddc82f6 + 326957a commit e35f2ab
Show file tree
Hide file tree
Showing 121 changed files with 4,192 additions and 2,085 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9 ]
python-version: [ "3.10" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -34,10 +34,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip==20.2.4 wheel setuptools
python -m pip install --upgrade pip wheel setuptools
pip install poetry
poetry config virtualenvs.create false
poetry install
poetry install --extras "pyyaml json5"
cat poetry.lock
- name: Test with pytest
Expand Down
Loading

0 comments on commit e35f2ab

Please sign in to comment.