Skip to content

Commit

Permalink
v4 again..
Browse files Browse the repository at this point in the history
docker issues anyway
  • Loading branch information
njnes committed Jul 9, 2024
1 parent 5952d6d commit a6e0da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Install MonetDBe in developer mode
run: MONETDB_BRANCH=${{ matrix.branch }} python3 -m pip install -e .[test]
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: make linux binary wheels
run: MONETDB_BRANCH=${{ matrix.branch }} scripts/make_wheel.sh ${{ matrix.python-version }}
Expand Down

0 comments on commit a6e0da9

Please sign in to comment.