Skip to content

Commit

Permalink
disable poetry new installer
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Feb 15, 2021
1 parent 3cf0893 commit 4f61c53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
with:
python-version: 3.9
- run: pip install "poetry~=1.1.4"
- run: poetry config experimental.new-installer false
name: Disable new installer
- run: poetry check
- run: poetry install
- run: poetry build --format sdist
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
python-version: "3.9"
- run: pip install "poetry~=1.1.4"
- run: poetry config experimental.new-installer false
name: Disable new installer
- run: poetry install
- run: poetry run mypy --py2 sysaudit/ tests/
name: Mypy Check Python2
Expand All @@ -39,6 +41,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: pip install "poetry~=1.1.4"
- run: poetry config experimental.new-installer false
name: Disable new installer
- run: poetry check
- run: poetry install
- run: poetry run pytest tests/
Expand All @@ -51,6 +55,8 @@ jobs:
with:
python-version: "3.9"
- run: pip install "poetry~=1.1.4"
- run: poetry config experimental.new-installer false
name: Disable new installer
- run: poetry install
- run: poetry run sphinx-build -a -W -n -E docs/ docs/_build
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4f61c53

Please sign in to comment.