Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 13, 2023
1 parent d4a7505 commit c5ef1ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
runs-on: ${{ fromJson(inputs.runner) }}

env:
FORCE_COLOR: "1"
PYTHON_VERSION: "${{ inputs.python-version || '3.8' }}"
SKIP_ENV_NAME: "${{ (inputs.test-py2 && !inputs.test-py3) && 'py3.*' || (!inputs.test-py2 && inputs.test-py3) && 'py2.*' || '' }}"
# Windows E2E requires Windows containers
Expand Down

0 comments on commit c5ef1ef

Please sign in to comment.