Skip to content
Snippets Groups Projects
Commit 4cd478da authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

ci: install deps from pyproject.toml

parent a3d7a33b
No related branches found
No related tags found
1 merge request!81Remove redundant deps from pyptojet.toml
Pipeline #373415 passed
......@@ -29,7 +29,7 @@ stages:
- echo "Install Python3"
- apt-get update
- apt-get install -y python3 python3-venv python3-rich
- apt-get install -y python3 python3-venv
- python3 -m venv --help
- python3 -m venv venv
- source venv/bin/activate
......@@ -39,13 +39,10 @@ stages:
- echo "Install Python dependencies for running the tests"
- pip install -U pip
- pip --version
- pip install pytest black ruff archspec
- pip install .[dev]
- echo "Diagnostics - which versions are we using"
- python3 --version
- pytest --version
- black --version
- ruff --version
- echo "Install additional packages we need to run spack-setup.sh"
- apt-get install -y git rsync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment