Skip to content

Commit

Permalink
πŸ“ Fix make_new_version_of to is_new_version_of (#51)
Browse files Browse the repository at this point in the history
* πŸ“ Fix make_new_version_of to is_new_version_of

* πŸ’š Fix
  • Loading branch information
falexwolf committed Aug 11, 2023
1 parent cc2e998 commit 94333e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ def pull_artifacts(session):
@nox.session
def docs(session):
session.run(*"pip install git+https://github.com/laminlabs/bionty".split())
# session.run(
# *"pip install --no-deps git+https://github.com/laminlabs/lnschema-bionty"
# .split()
# )
session.run(*"pip install lnschema_bionty==0.29.2".split())
# session.run(
# *"pip install --no-deps git+https://github.com/laminlabs/lnschema-core".split() # noqa
# )
session.run(
*"pip install --no-deps git+https://github.com/laminlabs/lnschema-bionty"
.split()
)
# session.run(*"pip install lnschema_bionty==0.29.2".split())
session.run(
*"pip install --no-deps git+https://github.com/laminlabs/lnschema-core".split() # noqa
)
session.run(*"pip install git+https://github.com/laminlabs/lamindb".split())
login_testuser1(session)
session.run(*"lamin init --storage ./docsbuild --schema bionty".split())
Expand Down

0 comments on commit 94333e4

Please sign in to comment.