Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,10 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Update linux dependencies
run: sudo apt update
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Install build and test dependencies
run: |
export CC="ccache gcc"
export CXX="ccache g++"
export CCACHE_NOHASHDIR=
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
python -m pip install -vvv git+https://github.com/numpy/numpy.git
- name: Install metadatadtype
working-directory: metadatadtype
run: |
Expand Down