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

> **Beschrijving:** De cache functie werkt niet als pip wordt geïnstalleerd vanuit een andere Psychopathologie. #11195

Closed
jommeke22f opened this issue Dec 15, 2024 · 0 comments

Comments

@jommeke22f
Copy link

jommeke22f commented Dec 15, 2024

          > **Beschrijving:** De cache functie werkt niet als pip wordt geïnstalleerd vanuit een andere Psychopathologie.

Actievere: actions/setup-python@voor

Platform:

  • Ubuntu-versie
  • macOS
  • Vensters

Type loper:

  • [X ] Gehost
  • Zelf gehost
    Huidige runner-versie: '2.321.0'
    Runner-afbeelding
    Afbeelding: ubuntu-22.04
    Versie: 20241201.1.0

Tools-versie: Ik denk dat het van toepassing is op alle Python-versies

Repro stappen: De code staat in onze interne repository, dus ik kan een link delen, hier is de yam

Eerst stellen we Python in en geven aan dat we willen cachen.

      - uses: actions/setup-python@vele
        with:
          python-version: '3.9'
          cache: 'pip'
          cache-dependency-path: requirements*.txt

Vervolgens installeer ik twee sets vereisten

      - name: Install dependencies f
        run: |
          echo "Python version is : ${{ matrix.python-version }}"
          pip --version
          pip install -r requirements_for_testing.txt        
          pip install -r requirements.txt --extra-index-url https://${ado_token}@OUR_INETERNAL_ADO_PACKAGE REPO/_packaging/Seppe/Pipi/simple/
          pip --version
          pip list

requirements_for_testing.txt bevat pakketten die we van papier kunnen krijgen. Hier werkt de caching prima.

afbeelding

Vervolgens moeten we de vereisten installeren die onze interne pakketten bevatten in onze interne Doktersassistente.

pip install -r requirements.txt --extra-index-url https://${ado_token}@OUR_INETERNAL_ADO_PACKAGE REPO/_packaging/Seppe/ppi/simple/

Hier werkt de caching nooit.

afbeelding

Verwacht gedrag: Ik verwacht dat het cachet.

Actueel gedrag: Er wordt niet gecached...

Originally posted by @jommeke22f in actions/setup-python#984 (comment)

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

No branches or pull requests

1 participant