Skip to content

Commit

Permalink
Update test-import.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegrand authored Jul 25, 2024
1 parent eb4cc9a commit 5873087
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
#----------------------------------------------
# check-out repo and set-up python
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v4
- name: Set up python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Display Python version
run: python -c "import sys; print(sys.version)"
python-version: '3.10'
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
Expand Down

0 comments on commit 5873087

Please sign in to comment.