Skip to content

Commit

Permalink
attempt 2 at fixing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-koning committed Sep 16, 2024
1 parent 3d40c60 commit 7e8d36e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
matrix:
branch: [default]
python-version: [3.8, 3.9, '3.10', '3.11']
container: monetdb/dev-builds:${{ matrix.branch }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7e8d36e

Please sign in to comment.