Skip to content

Commit

Permalink
Update integration_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Nov 1, 2022
1 parent 459be3d commit e9fd81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e9fd81c

Please sign in to comment.