Skip to content

Commit

Permalink
Try workaround for spurious CI failure on install
Browse files Browse the repository at this point in the history
Upstream issue:
python-poetry/poetry#3199

Also bump Python version in CI to same as my local copy.
  • Loading branch information
bz2 committed Mar 1, 2021
1 parent 0158000 commit 25d6946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.8"
- name: install
run: |
pip3 install poetry
poetry config experimental.new-installer false
poetry install --no-root
- name: test
run: |
Expand Down

0 comments on commit 25d6946

Please sign in to comment.