Skip to content

Commit

Permalink
use pip freeze again
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Aug 28, 2024
1 parent 86b7d6b commit 166eaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pin_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def fetch_pin_versions() -> dict[str, str]:

def run_pip_freeze():
process = subprocess.run(
[PIP, "list --format=freeze"],
[PIP, "freeze"],
capture_output=True,
encoding=locale.getpreferredencoding(),
)
Expand Down

0 comments on commit 166eaa9

Please sign in to comment.