Skip to content

Commit

Permalink
python version matrix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Sep 17, 2024
1 parent 26ae2eb commit e40f481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Echo python version
run: python --version
run: |
python --version
which python
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Check space
Expand Down

0 comments on commit e40f481

Please sign in to comment.