Skip to content

Commit

Permalink
ci: clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 23, 2023
1 parent e3e5b68 commit 2f676a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- {os: "macos-latest", osname: "MacOS", PY: "3.11", TOXENV: "py311", arch: "x64"}
- {os: "windows-latest", osname: "Windows", PY: "3.10", TOXENV: "py310", arch: "x64"}
- {os: "windows-latest", osname: "Windows", PY: "3.11", TOXENV: "py311", arch: "x64"}
- {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.9", TOXENV: "pypy39", arch: "x64"}
- {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.10", TOXENV: "pypy310", arch: "x64"}
#- {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.9", TOXENV: "pypy39", arch: "x64"}
#- {os: "ubuntu-latest", osname: "Linux", PY: "pypy-3.10", TOXENV: "pypy310", arch: "x64"}
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
test:
- {PY: "3.10", PG: "14", TOXENV: "py310"}
- {PY: "3.11", PG: "15", TOXENV: "py311"}
- {PY: "pypy3.9", PG: "15", TOXENV: "pypy39"}
- {PY: "pypy3.10", PG: "15", TOXENV: "pypy310"}
#- {PY: "pypy3.9", PG: "15", TOXENV: "pypy39"}
#- {PY: "pypy3.10", PG: "15", TOXENV: "pypy310"}
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down Expand Up @@ -165,9 +165,9 @@ jobs:
shell: bash
run: |
ls -l wheelhouse
- name: "Clean"
shell: bash
run: rm -f wheelhouse/UNKNOWN*
#- name: "Clean"
# shell: bash
# run: rm -f wheelhouse/UNKNOWN*
- uses: actions/upload-artifact@v3
with: {name: "dist", path: "wheelhouse"}

0 comments on commit 2f676a3

Please sign in to comment.