From 9d3514224e0d6cd4f74aabe2dad6763bca1c7e42 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 25 Jan 2021 16:16:28 +0100 Subject: [PATCH] use GKSwstype environment variable to avoid GKS warnings in tests --- .github/workflows/benchmark.yml | 3 ++- .github/workflows/ci.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7047da27..57b36ed9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -8,6 +8,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" env: GKS_ENCODING: "utf8" + GKSwstype: 100 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -28,4 +29,4 @@ jobs: - name: Post results run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea965cb7..ad8a5b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" env: GKS_ENCODING: "utf8" + GKSwstype: 100 name: Julia ${{ matrix.version }} - ${{ matrix.os }} runs-on: ${{ matrix.os }}