Skip to content

Commit

Permalink
ci: move python version to file
Browse files Browse the repository at this point in the history
Signed-off-by: Ourchitecture.io <[email protected]>
  • Loading branch information
ourchitectureio committed Nov 3, 2023
1 parent f4e8582 commit e03ec1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ourstage-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version-file: '.python-version'
cache: 'pip' # caching pip dependencies

- name: Make
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9

0 comments on commit e03ec1d

Please sign in to comment.