Skip to content

Commit

Permalink
changed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Attumm committed May 15, 2024
1 parent 4711b04 commit 595c46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ${{fromJson(env.PYTHON_VERSIONS)}}
python-version: ${{fromJson(github.event.repository.environment.PYTHON_VERSIONS)}}

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ __pycache__/*
build
dist
.tox


.coverage

0 comments on commit 595c46b

Please sign in to comment.