Skip to content

Commit

Permalink
attempt 11 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 cf28b27 commit 1775e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
sudo -u monetdb monetdb start ${{ env.DATABASE }} || true
sudo cat /var/lib/monetdb/merovingian.log
sudo -u monetdb monetdb status
mclient -d ${{ env.DATABASE }} -s "create schema test_schema;"
mclient -d ${{ env.DATABASE }} -s "create schema test_schema2;"
mclient -d ${{ env.DATABASE }} -s "alter user monetdb set schema test_schema2;"
sudo -u monetdb mclient -d ${{ env.DATABASE }} -s "create schema test_schema;"
sudo -u monetdb mclient -d ${{ env.DATABASE }} -s "create schema test_schema2;"
sudo -u monetdb mclient -d ${{ env.DATABASE }} -s "alter user monetdb set schema test_schema2;"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 1775e40

Please sign in to comment.