-
Notifications
You must be signed in to change notification settings - Fork 2
DEVOPS-584: POC on pixi env for HPC #124
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
Conversation
for more information, see https://pre-commit.ci
…/MiraGeoscience/simpeg-drivers into DEVOPS-584-micromamba-conda-yaml
…peg-drivers into DEVOPS-584-micromamba-conda-yaml # Conflicts: # environments/py-3.10-linux-64-dev.conda.lock.yml # environments/py-3.10-linux-64.conda.lock.yml # environments/py-3.10-win-64-dev.conda.lock.yml # environments/py-3.10-win-64.conda.lock.yml # environments/py-3.11-linux-64-dev.conda.lock.yml # environments/py-3.11-linux-64.conda.lock.yml # environments/py-3.11-win-64-dev.conda.lock.yml # environments/py-3.11-win-64.conda.lock.yml # py-3.10.conda-lock.yml # py-3.11.conda-lock.yml # pyproject.toml # simpeg_drivers/__init__.py # tests/version_test.py
…ence/simpeg-drivers into DEVOPS-584-micromamba-conda-yaml" This reverts commit 0782a99, reversing changes made to 4c7cf6a.
…ivers into DEVOPS-584-micromamba-conda-yaml # Conflicts: # environments/py-3.10-linux-64-dev.conda.lock.yml # environments/py-3.10-linux-64.conda.lock.yml # environments/py-3.10-win-64-dev.conda.lock.yml # environments/py-3.10-win-64.conda.lock.yml # environments/py-3.11-linux-64-dev.conda.lock.yml # environments/py-3.11-linux-64.conda.lock.yml # environments/py-3.11-win-64-dev.conda.lock.yml # environments/py-3.11-win-64.conda.lock.yml
…ivers into DEVOPS-584-micromamba-conda-yaml # Conflicts: # environments/py-3.10-linux-64-dev.conda.lock.yml # environments/py-3.10-linux-64.conda.lock.yml # environments/py-3.10-win-64-dev.conda.lock.yml # environments/py-3.10-win-64.conda.lock.yml # environments/py-3.11-linux-64-dev.conda.lock.yml # environments/py-3.11-linux-64.conda.lock.yml # environments/py-3.11-win-64-dev.conda.lock.yml # environments/py-3.11-win-64.conda.lock.yml # meta.yaml # py-3.10.conda-lock.yml # py-3.11.conda-lock.yml # pyproject.toml # simpeg_drivers/__init__.py
sebhmg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see some questions and suggestions
…-drivers into DEVOPS-584-micromamba-conda-yaml
for more information, see https://pre-commit.ci
…/MiraGeoscience/simpeg-drivers into DEVOPS-584-micromamba-conda-yaml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #124 +/- ##
========================================
Coverage 91.35% 91.35%
========================================
Files 92 92
Lines 5172 5172
Branches 556 556
========================================
Hits 4725 4725
Misses 316 316
Partials 131 131 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to switch to pip versioning instead of semver to make conda happy.
That is OK: poetry can convert remaining semver constraints in pyproject.toml to pip
Only Analyst code is testing on strict semver: we will change to make it more flexible. It already has code converting (approximately) from pip version to semver
sebhmg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed, need to fix the declaration of the dependencies
…ivers into DEVOPS-584-micromamba-conda-yaml # Conflicts: # environments/py-3.10-linux-64-dev.conda.lock.yml # environments/py-3.10-linux-64.conda.lock.yml # environments/py-3.10-win-64-dev.conda.lock.yml # environments/py-3.10-win-64.conda.lock.yml # environments/py-3.11-linux-64-dev.conda.lock.yml # environments/py-3.11-linux-64.conda.lock.yml # environments/py-3.11-win-64-dev.conda.lock.yml # environments/py-3.11-win-64.conda.lock.yml # py-3.10.conda-lock.yml # py-3.11.conda-lock.yml
|
changes integrated in another work to use pixi everywhere |
DEVOPS-584 - POC on pixi env for HPC
Uses MiraGeoscience/CI-tools#54