Skip to content
Snippets Groups Projects

Remove redundant deps from pyptojet.toml

Merged Ashwin Kumar Karnad requested to merge simplify-deps into main
2 files
+ 2
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
5
@@ -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
Loading