Skip to content

Commit

Permalink
Update update_documentation.yml
Browse files Browse the repository at this point in the history
updated python version
  • Loading branch information
LeoHeidweiler authored Jul 11, 2024
1 parent e120725 commit 7ff384a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Checkout Master
uses: actions/checkout@v2

- name: Set up Python 3.7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7ff384a

Please sign in to comment.