Skip to content

Commit

Permalink
MAINT - Do not use nodefaults moving forward (conda-incubator#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard authored Nov 14, 2024
1 parent 3d6c97f commit bb4dcc3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/generate_api_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: conda-store-server/environment-dev.yaml
conda-remove-defaults: "true"

- name: "Install conda-store-server 📦"
run: python -m pip install conda-store-server/.
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:

permissions:
contents: read # This is required for actions/checkout
attestations: write
id-token: write # Needed for attestations

jobs:
# Always build & verify package.
Expand Down Expand Up @@ -44,6 +46,7 @@ jobs:
with:
path: ${{ matrix.directory }}
upload-name-suffix: "-${{ matrix.directory }}"
attest-build-provenance-github: "true"

- run: echo Packages can be found at ${{ steps.baipp.outputs.dist }} and in artifact ${{ steps.baipp.outputs.artifact-name }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_conda_store_server_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
auto-activate-base: false
activate-environment: conda-store-server-dev
python-version: ${{ matrix.python-version }}
conda-remove-defaults: "true"

- name: "Install dependencies 📦"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_conda_store_server_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
auto-activate-base: false
activate-environment: conda-store-server-dev
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
conda-remove-defaults: "true"

# This fixes a "DLL not found" issue importing ctypes from the hatch env
- name: "Reinstall Python on Windows runner"
Expand Down
1 change: 0 additions & 1 deletion conda-store-server/environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
name: conda-store-server-dev
channels:
- conda-forge
- nodefaults
dependencies:
# must be kept in sync with the min supported version in pyproject.toml
- python >=3.10
Expand Down

0 comments on commit bb4dcc3

Please sign in to comment.