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

update core tests #916

Merged
merged 1 commit into from
Dec 13, 2024
Merged

update core tests #916

merged 1 commit into from
Dec 13, 2024

Conversation

jpn--
Copy link
Member

@jpn-- jpn-- commented Dec 12, 2024

This pull request includes several changes to the .github/workflows/core_tests.yml file, primarily focusing on switching from Mambaforge to Miniforge and replacing mamba commands with conda commands.

Changes to setup:

  • Replaced Setup Mambaforge with Setup Miniforge and removed the miniforge-variant and use-mamba options. [1] [2] [3] [4] [5] [6]

Changes to environment update:

  • Replaced mamba env update with conda env update for updating the environment. [1] [2] [3] [4] [5] [6]

Changes to conda checkup:

  • Replaced mamba info and mamba list with conda info and conda list for checking the conda environment. [1] [2] [3] [4] [5] [6]

Other changes:

  • Updated the job name from estimation_mode_test to Estimation Mode Unit Tests.
  • Removed the miniforge-variant and use-mamba options from the Install dependencies step.

@jpn-- jpn-- merged commit 171f172 into ActivitySim:main Dec 13, 2024
17 checks passed
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.

1 participant