Skip to content

Custom install_command is not run on GitHub Actions #193

Answered by ymyzk
tbrlpld asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, @tbrlpld.

Looking at your GitHub Actions execution log, it seems the py environment is running which is probably what you don't expect. https://github.com/tbrlpld/laces/actions/runs/7604822530/job/20708230969#step:5:110 I guess you expect to run python3.10-django{3.2,4.1,4.2} on Python 3.10.

I think the following part in your configuration is unnecessary, unless you want to use the DB environment variable to decide which tox envs to run. Please see README for more details on when to use the env section.

[gh-actions:env]
DB =
    sqlite: sqlite

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tbrlpld
Comment options

@tbrlpld
Comment options

Answer selected by tbrlpld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #192 on January 24, 2024 15:24.