Skip to content

Commit

Permalink
chore: Update python version to 3.10 in validate-catalog.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed May 6, 2024
1 parent aef0586 commit e446eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate Catalog
name: Catalog

on:
pull_request:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'
- name: validate feedstock entry
uses: leap-stc/data-catalog-actions/leap-catalog@main
with:
Expand Down

0 comments on commit e446eb3

Please sign in to comment.