diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-12-03 11:10:16 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-12-03 11:10:16 +0100 |
commit | 627402887215665be1d57408156e64442f6ac17a (patch) | |
tree | 36d1a8e3b1cd3a704db8062f01705cc6d8ffdc77 /.github/workflows | |
parent | e07611fc31f8d10c41f6b135d2b9b4713d4feee6 (diff) | |
download | qutebrowser-627402887215665be1d57408156e64442f6ac17a.tar.gz qutebrowser-627402887215665be1d57408156e64442f6ac17a.zip |
ci: Also use Python in PATH in ci.yml
Follow-up to df7e0553d8bf3697c577b72ed4077ac90be07c74
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a6f4b591..5978f1f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up problem matchers run: "python scripts/dev/ci/problemmatchers.py py38 ${{ runner.temp }}" - - run: tox -e py38 + - run: tox -e py tests: if: "!contains(github.event.head_commit.message, '[ci skip]')" |