Skip to content

Commit

Permalink
Try rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Aug 11, 2022
1 parent 773d18e commit 88e458e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.11.0-beta.5]
python-version: [3.11.0-rc.1]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,8 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
curl -sSL https://install.python-poetry.org | python -
python -m venv thevirtualenv
poetry config virtualenvs.create false
poetry install
Expand Down

0 comments on commit 88e458e

Please sign in to comment.