Skip to content

Commit

Permalink
fix rm syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jun 13, 2024
1 parent 6f51bcd commit 7d00964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
fi
deactivate
rmdir -r ./venv
rm -r ./venv
env:
PSYCOPG2_EXPECTED_NAME: psycopg2-binary

Expand All @@ -145,7 +145,7 @@ jobs:
fi
deactivate
rmdir -r ./venv
rm -r ./venv
env:
DBT_PSYCOPG2_NAME: rubber-baby-buggy-bumpers
PSYCOPG2_EXPECTED_NAME: psycopg2-binary
Expand All @@ -162,7 +162,7 @@ jobs:
fi
deactivate
rmdir -r ./venv
rm -r ./venv
env:
DBT_PSYCOPG2_NAME: psycopg2
PSYCOPG2_EXPECTED_NAME: psycopg2
Expand All @@ -185,6 +185,6 @@ jobs:
fi
deactivate
rmdir -r ./venv
rm -r ./venv
env:
PSYCOPG2_EXPECTED_NAME: psycopg2

0 comments on commit 7d00964

Please sign in to comment.