Skip to content

Commit

Permalink
Revert "Provisionally remove safety option"
Browse files Browse the repository at this point in the history
This reverts commit 2e3ca46.
  • Loading branch information
tcompa committed Dec 30, 2024
1 parent 2e3ca46 commit 413ac76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ jobs:
steps:

- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/setup-python@v5
with:
python-version: "3.10"

- run: pip install -e .[dev]

- run: pytest -vv --log-cli-level info -s
- run: pytest -vv --log-cli-level info -s

0 comments on commit 413ac76

Please sign in to comment.