Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev2 #1

Merged
merged 62 commits into from
Jul 26, 2022
Merged

Dev2 #1

merged 62 commits into from
Jul 26, 2022

Conversation

gilesknap
Copy link
Contributor

switching to dls-python3-skeleton

@gilesknap gilesknap force-pushed the dev2 branch 9 times, most recently from 2311ad9 to 7ba17e3 Compare April 26, 2022 13:30
@gilesknap gilesknap force-pushed the dev2 branch 9 times, most recently from 6fbfa0c to cc2dd3a Compare May 10, 2022 16:23
.github/workflows/code.yml Outdated Show resolved Hide resolved
.github/workflows/code.yml Show resolved Hide resolved
.github/workflows/code.yml Outdated Show resolved Hide resolved
.github/workflows/code.yml Outdated Show resolved Hide resolved
.github/workflows/code.yml Outdated Show resolved Hide resolved
.github/workflows/code.yml Show resolved Hide resolved
.github/workflows/code.yml Outdated Show resolved Hide resolved
.github/workflows/code.yml Outdated Show resolved Hide resolved
Comment on lines +105 to +107
if [ '${{ matrix.lock == true }}' ]; then lock='-r requirements_dev.txt'; fi
touch requirements_dev.txt
pip install ${lock} -e .[dev]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if [ '${{ matrix.lock == true }}' ]; then lock='-r requirements_dev.txt'; fi
touch requirements_dev.txt
pip install ${lock} -e .[dev]
touch requirements_dev.txt
pip install -r requirements_dev.txt -e .[dev]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But this will always lock the developer install if there is a requirements_dev.txt. We want the test matrix to be mostly unlocked.

.github/workflows/code.yml Outdated Show resolved Hide resolved
@gilesknap gilesknap merged commit 6c34bb3 into master Jul 26, 2022
@gilesknap gilesknap deleted the dev2 branch February 11, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants