Skip to content

Commit

Permalink
disbale ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Dec 4, 2023
1 parent 17ae0a9 commit c57b6e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
if: ${{ false }}
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install tox

- name: Test build integrity
if: ${{ false }}
run: tox -e build
env:
# Use the CPU only version of torch when building/running the code
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-22.04
# python-version: "3.8"
- os: ubuntu-22.04
python-version: "3.8"
- os: ubuntu-22.04
python-version: "3.11"
- os: macos-11
python-version: "3.8"
- os: macos-11
python-version: "3.11"
- os: windows-2019
python-version: "3.8"
- os: windows-2019
python-version: "3.11"
# - os: macos-11
# python-version: "3.8"
# - os: macos-11
# python-version: "3.11"
# - os: windows-2019
# python-version: "3.8"
# - os: windows-2019
# python-version: "3.11"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c57b6e9

Please sign in to comment.