Skip to content

Commit

Permalink
Update main.yml to use python 3.8.10 and remove trailing " syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Jan 23, 2025
1 parent 451c4bb commit 1952b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
WDR_ERROR_CONFIG: woudc_data_registry/tests/config/errors.csv
WDR_ALIAS_CONFIG: data/aliases.yml
WDR_EXTRA_CONFIG: data/extra-options.yml
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python-version: [3.8]
python-version: ["3.8.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 1952b4c

Please sign in to comment.