Skip to content

Commit

Permalink
fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Jan 8, 2025
1 parent 9a29b78 commit 65cd422
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "Installing dependencies for $dir"
(
cd "$dir" || exit
poetry install --all-extras
poetry install --all-extras --with dev
)
echo "Running tests for $dir"
(
Expand All @@ -65,7 +65,6 @@ jobs:
(
cd "$dir" || exit
poetry env remove $(poetry env list --full-path | awk '{print $1}')
poetry add pytest
)
fi
done
Expand All @@ -78,7 +77,7 @@ jobs:
echo "Installing dependencies for $dir"
(
cd "$dir" || exit
poetry install --all-extras
poetry install --all-extras --with dev
)
echo "Running tests for $dir"
(
Expand All @@ -102,7 +101,7 @@ jobs:
echo "Installing dependencies for $dir"
(
cd "$dir" || exit
poetry install --all-extras
poetry install --all-extras --with dev
)
echo "Running tests for $dir"
(
Expand Down

0 comments on commit 65cd422

Please sign in to comment.