Skip to content

Commit

Permalink
Fix python publishing workflow (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Oct 18, 2024
1 parent 80a48f0 commit 3aecbaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_style(session: Session) -> None:
@session(tags=["test"])
def test_javascript(session: Session) -> None:
install_requirements_file(session, "test-env")
install_requirements_file(session, "build-pkg")
session.chdir(ROOT_DIR / "src" / "js")
session.run("python", "-m", "nodejs.npm", "install", external=True)
session.run("python", "-m", "nodejs.npm", "run", "check")
Expand Down
1 change: 1 addition & 0 deletions requirements/build-pkg.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
twine
wheel
setuptools
nodejs-bin==18.4.0a4
1 change: 0 additions & 1 deletion requirements/test-env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ pytest
anyio
pytest-cov
reactpy[testing,starlette]
nodejs-bin==18.4.0a4

0 comments on commit 3aecbaf

Please sign in to comment.