Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost authored Jul 5, 2024
1 parent 8b93608 commit 78a7a2d
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down Expand Up @@ -73,16 +73,11 @@ jobs:
continue-on-error: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Conda
uses: s-weigand/setup-conda@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
# Whether to activate the conda base env (Default: 'true')
activate-conda: true
# If conda should be updated before running other commands (Default: 'false')
update-conda: true
# Python version which should be installed with conda (default: 'Default')
python-version: 3.8

- name: Install Workflow dependencies
Expand Down

0 comments on commit 78a7a2d

Please sign in to comment.