Skip to content

Commit

Permalink
Fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jul 30, 2023
1 parent f126f15 commit ca48376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Setup environment configuration (default or latest)
run: |
if [ "${{ matrix.pip-version }}" == 'latest' ]; then
if [ "${{ matrix.python-packages-version }}" == 'latest' ]; then
python3 -m pip install -U pip
python3 -m pip install -U setuptools
fi
Expand Down

0 comments on commit ca48376

Please sign in to comment.