Skip to content

Commit

Permalink
Revert change to remove numba.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Dec 8, 2023
1 parent 9988433 commit 7de1b52
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .azure-pipelines/azure-pipelines-linux.yml
Expand Up @@ -20,12 +20,8 @@ jobs:
displayName: 'Use Python $(python.version)'

- script: |
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
bash Miniforge3-Linux-x86_64.sh -b
export PATH=$PATH:~/bin
mamba install -y nbmake pytest-xdist line_profiler
mamba install --file requirements.txt --file requirements-extra.txt
python -m pip install -e .
python -m pip install --upgrade pip
pip install .[dev,interop]
displayName: 'Install dependencies'
- script: |
Expand All @@ -36,4 +32,4 @@ jobs:
- script: |
make -C docs html # Build the documentation.
displayName: 'make documentation'
displayName: 'make documentation'

0 comments on commit 7de1b52

Please sign in to comment.