Loading .github/workflows/toolshed.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ concurrency: jobs: test: name: Test runs-on: ubuntu-18.04 runs-on: ubuntu-latest strategy: matrix: python-version: ['3.7'] Loading Loading
.github/workflows/toolshed.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ concurrency: jobs: test: name: Test runs-on: ubuntu-18.04 runs-on: ubuntu-latest strategy: matrix: python-version: ['3.7'] Loading