Skip to content

Commit

Permalink
upgrade actions and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Dec 22, 2022
1 parent 0ee3bc6 commit 6e9425a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.6
python-version: 3.8
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 6e9425a

Please sign in to comment.