[go: nahoru, domu]

Skip to content

Commit

Permalink
update installation (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
giovp committed Jun 15, 2023
1 parent 71342dc commit d6c0421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/heads/release/v') }}
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.10"

- name: Extract the tag
id: vars
Expand All @@ -28,7 +28,7 @@ jobs:
sudo apt install pandoc
python -m pip install --upgrade pip
pip install tox bump2version
pip install -e'.'
pip install -e '.'
- name: Check generated docs
run: |
Expand Down

0 comments on commit d6c0421

Please sign in to comment.