Skip to content

Commit

Permalink
test: rename tests lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Feb 23, 2024
1 parent a3f835f commit cef8192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:

- run: rm -r src/json_streams
- run: pip install typing-extensions
- run: pip install -r tests/requirements-testing.txt
- run: pip install -r tests/requirements-testing.lock
- run: pip install json-streams --no-index --no-deps --find-links dist --force-reinstall
- run: pytest

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ publish:
git push -u origin ${branch} --tags

.PHONY: prepare-release
prepare-release: tests/requirements-testing.txt
prepare-release: tests/requirements-testing.lock

tests/requirements-testing.txt: pyproject.toml
tests/requirements-testing.lock: pyproject.toml
pdm export --dev --group orjson --format requirements --output $@
File renamed without changes.

0 comments on commit cef8192

Please sign in to comment.