Skip to content

Conversation

@ptormene
Copy link
Member

@ptormene ptormene commented Oct 3, 2023

@ptormene ptormene added the bug label Oct 3, 2023
@ptormene ptormene added this to the Engine 3.18.0 milestone Oct 3, 2023
@ptormene ptormene self-assigned this Oct 3, 2023
python install.py devel --version=$GITHUB_HEAD_REF --repository=$GITHUB_REPOSITORY
if [[ "$GITHUB_HEAD_REF" != "" ]]
then
ipython install.py devel --version=$GITHUB_HEAD_REF --repository=$GITHUB_REPOSITORY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why ipython and not python?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, the i was inserted accidentally pressing 'i' to go into VIM insert mode, then the typo was copied also below

python install.py devel --version=$GITHUB_HEAD_REF --repository=$GITHUB_REPOSITORY
if [[ "$GITHUB_HEAD_REF" != "" ]]
then
ipython install.py devel --version=$GITHUB_HEAD_REF --repository=$GITHUB_REPOSITORY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question

@ptormene ptormene merged commit ed8aebc into master Oct 3, 2023
@ptormene ptormene deleted the nightly-action branch October 3, 2023 13:17
- name: Install dependencies
run: |
python install.py devel --version=$GITHUB_HEAD_REF --repository=$GITHUB_REPOSITORY
if [[ "$GITHUB_HEAD_REF" != "" ]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--repository is a new option available for install.py but there is no documentation about

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a very internal variable, used only by us to allow running tests also for PRs created in forks.

then
ipython install.py devel --version=$GITHUB_HEAD_REF --repository=$GITHUB_REPOSITORY
else
$python install.py devel --repository=$GITHUB_REPOSITORY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case, the version installed is the latest and not master, should change to:
$python install.py devel --version=master --repository=$GITHUB_REPOSITORY

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For devel and devel_server, master is installed by default, with corresponding requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants