Skip to content

Commit

Permalink
Test fix in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Aug 4, 2024
1 parent a48e52b commit 677bf4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ jobs:
docker build -t nogcc .
echo "Testing installation from PyPi"
docker run -t nogcc bash -c \
"pip install CLUEstering; python3 -c 'import CLUEstering' || exit 0"
docker run -t -v "$(pwd)"/../../:/app nogcc bash -c \
"cd /app && pip install .;
python3 -c 'import CLUEstering' || exit 0"
echo "Testing installation from git repository"
docker run -t nogcc bash -c \
Expand Down

0 comments on commit 677bf4b

Please sign in to comment.