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

don't use mamba in deploy job #66

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

jpn--
Copy link
Member

@jpn-- jpn-- commented Oct 16, 2024

This pull request includes changes to the .github/workflows/run-tests.yml file to adjust the way dependencies are installed. The most important changes involve switching from mamba to conda for package installation and removing specific mamba configurations.

Dependency installation adjustments:

  • .github/workflows/run-tests.yml: Removed miniforge-variant: Mambaforge and use-mamba: true to simplify the setup process by using conda instead of mamba.
  • .github/workflows/run-tests.yml: Changed the installation command from mamba install to conda install for jupyter-book, ruamel.yaml, and sphinx-autosummary-accessors.

@jpn-- jpn-- merged commit 32856b0 into ActivitySim:main Oct 16, 2024
2 checks passed
@jpn-- jpn-- deleted the fix-deploy-script branch October 16, 2024 14:14
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