Skip to content

Commit

Permalink
Do not cat
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 31, 2025
1 parent b6c6c27 commit aa80d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def test_cookiecutter(session: nox.Session, replay_file_path: Path) -> None:

# Use the local singer-sdk
session.run("uv", "add", f"singer-sdk @ {sdk_dir}", external=True)
session.run("cat", "pyproject.toml")

# Check that the project can be installed for development
session.run("uv", "lock", external=True)
Expand Down

0 comments on commit aa80d38

Please sign in to comment.