rspec/ci/install_rspec_tools_dependencies.sh
Marco Borgeaud b16a5e7ee9
Add minimal config for Codespaces (#4406)
Make it easier to use Codespace to develop rspec-tools by reusing the Dockerfile for the CI.
2024-10-11 09:22:09 +02:00

8 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
cd rspec-tools
pipenv install --dev
pipenv run pip install pytest pytest-cov