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

Pin to last commit before conda/conda#13162 #450

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
fetch-depth: 0
repository: conda/conda
path: conda
# TEMP: Clone pre conda/conda#13162
ref: 1f63bef4e47ef38c43acb7283a918fff74958c70

- name: Python ${{ matrix.python-version }}
run: >
Expand Down Expand Up @@ -126,6 +128,8 @@ jobs:
fetch-depth: 0
repository: conda/conda
path: conda
# TEMP: Clone pre conda/conda#13162
ref: 1f63bef4e47ef38c43acb7283a918fff74958c70

- uses: conda-incubator/setup-miniconda@v2
name: Setup miniconda for defaults
Expand Down Expand Up @@ -223,6 +227,8 @@ jobs:
fetch-depth: 0
repository: conda/conda
path: conda
# TEMP: Clone pre conda/conda#13162
ref: 1f63bef4e47ef38c43acb7283a918fff74958c70

- name: Set temp dirs correctly
# https://github.com/actions/virtual-environments/issues/712
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/upstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
fetch-depth: 0
repository: conda/conda # CONDA-LIBMAMBA-SOLVER CHANGE
path: conda # CONDA-LIBMAMBA-SOLVER CHANGE
# TEMP: Clone pre conda/conda#13162
ref: 1f63bef4e47ef38c43acb7283a918fff74958c70

# CONDA-LIBMAMBA-SOLVER CHANGE
- name: Checkout conda-libmamba-solver
Expand Down Expand Up @@ -212,6 +214,8 @@ jobs:
fetch-depth: 0
repository: conda/conda # CONDA-LIBMAMBA-SOLVER CHANGE
path: conda # CONDA-LIBMAMBA-SOLVER CHANGE
# TEMP: Clone pre conda/conda#13162
ref: 1f63bef4e47ef38c43acb7283a918fff74958c70

# CONDA-LIBMAMBA-SOLVER CHANGE
- name: Checkout conda-libmamba-solver
Expand Down Expand Up @@ -291,6 +295,8 @@ jobs:
fetch-depth: 0
repository: conda/conda # CONDA-LIBMAMBA-SOLVER CHANGE
path: conda # CONDA-LIBMAMBA-SOLVER CHANGE
# TEMP: Clone pre conda/conda#13162
ref: 1f63bef4e47ef38c43acb7283a918fff74958c70

# CONDA-LIBMAMBA-SOLVER CHANGE
- name: Checkout conda-libmamba-solver
Expand Down
Loading