Skip to content

Commit 9438289

Browse files
committed
debug github actions
1 parent 6f6df72 commit 9438289

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [macos-latest, ubuntu-latest]
23+
os: [ubuntu-latest]
2424
include:
2525
- os: macos-latest
2626
TARGET: x86_64-apple-darwin
@@ -31,7 +31,7 @@ jobs:
3131
TARGET: x86_64-unknown-linux-musl
3232
COMPILER: gcc
3333
LINKER: gcc
34-
python-version: [3.6, 3.7, 3.8, 3.9]
34+
python-version: [3.9]
3535

3636
steps:
3737
- uses: actions/checkout@v2
@@ -61,7 +61,6 @@ jobs:
6161
run: |
6262
coveralls
6363
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6564
COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
6665
COVERALLS_PARALLEL: true
6766
coveralls:
@@ -76,7 +75,6 @@ jobs:
7675
pip install --upgrade coveralls
7776
coveralls --finish
7877
env:
79-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8078
COVERALLS_REPO_TOKEN: nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
8179
deploy:
8280
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)