Skip to content

Commit

Permalink
CI: Fix duplicate ENV in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 6, 2024
1 parent 0135ce3 commit 85e868b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ jobs:
test:
name: Build (Python ${{ matrix.python }})
runs-on: ubuntu-latest
env:
TERM: xterm-256color
strategy:
matrix:
python: ['3.9', '3.10', '3.11']

env:
RELEASE_FILE: ${{ github.event.repository.name }}-${{ github.event.release.tag_name || github.sha }}-py${{ matrix.python }}
TERM: xterm-256color

steps:
- name: Checkout Code
Expand Down

0 comments on commit 85e868b

Please sign in to comment.