Skip to content

Commit

Permalink
use github matrix to allow parallel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Jul 31, 2024
1 parent 881bec1 commit f80a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
import codecs
import os
env = "test.py{}-{}".format("${{ matrix.python-version }}", "${{ matrix.seaborn-version }}")
env = "tests.py{}-{}".format("${{ matrix.python-version }}", "${{ matrix.seaborn-version }}")
print(f"Environment {env}")
with codecs.open(os.environ["GITHUB_ENV"], mode="a", encoding="utf-8") as file_handler:
file_handler.write("FORCE_COLOR=1\n")
Expand Down

0 comments on commit f80a7b7

Please sign in to comment.