iai-group / guidelines

IAI Style Guide
7 stars 4 forks source link

GitHub Actions add possibility for caching python environments #33

Closed IKostric closed 1 year ago

kbalog commented 1 year ago

Describe in template-project README how it needs to be configured

kbalog commented 1 year ago

Depends on #42

NoB0 commented 1 year ago

This is automatically done in the workflow now that we use pip and requirements.txt.

- name: Set up Python 3.9
      uses: actions/setup-python@v4
      with:
        python-version: 3.9
        cache: "pip"