Skip to content

Commit

Permalink
rm sdkroot 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Jan 22, 2024
1 parent fcf5aa1 commit 6342212
Show file tree
Hide file tree
Showing 2,999 changed files with 42 additions and 1,160,144 deletions.
4 changes: 2 additions & 2 deletions .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ load("cirrus", "env", "fs", "http")
def main(ctx):

file = ''
file += fs.read("tools/ci/cirrus_deploy_pypi_linux_aarch64.yml")
# file += fs.read("tools/ci/cirrus_deploy_pypi_linux_aarch64.yml")
file += fs.read("tools/ci/cirrus_deploy_pypi_macosx_arm64.yml")
file += fs.read("tools/ci/cirrus_deploy_conda_linux_aarch64.yml")
# file += fs.read("tools/ci/cirrus_deploy_conda_linux_aarch64.yml")
file += fs.read("tools/ci/cirrus_deploy_conda_macosx_arm64.yml")

return file
1 change: 1 addition & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
python -m pip install --upgrade pytest
python -m pip install --upgrade pytest-cov
mv imate imate-DoNotImport
rm tests/test_cu_linear_operator.py # this raises ImportError
pytest
- name: Coverage
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,7 @@ jobs:
brew reinstall gcc
- name: Install package and dependencies
if: (matrix.python-version == '3.9')
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade .[extra] -vvv
env:
USE_LONG_INT: 0
USE_UNSIGNED_LONG_INT: 0
USE_CBLAS: 0
USE_CUDA: 0

# For python 3.10, 3.11 do not install extras (sparsesuite)
- name: Install package and dependencies
if: (!contains(matrix.python-version, 'pypy')) && (matrix.python-version != '3.9')
if: (!contains(matrix.python-version, 'pypy'))
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade . -vvv
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Check Manifest"

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types: [published]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docs

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ coverage.xml

# Sphinx documentation
docs/build/
docs/doxygen/output/

# Lint
.ruff_cache/
Expand Down
139 changes: 0 additions & 139 deletions docs/doxygen/output/html/README_8md.html

This file was deleted.

Loading

0 comments on commit 6342212

Please sign in to comment.