Skip to content

Commit

Permalink
Enable CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jun 23, 2024
1 parent bb003f2 commit a0daf5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
name: install dependencies
command: |
python -m pip install --upgrade pip
pip install pytest # -r requirements.txt
pipx install pre-commit ruff
python3 -m venv venv
. venv/bin/activate
pip install pytest # -r requirements.txt
# python3 -m venv venv
# . venv/bin/activate
# pip install --upgrade pip
Expand Down

0 comments on commit a0daf5a

Please sign in to comment.