Skip to content

Commit

Permalink
chore(.github/workflows/pr_validation): enforce check
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed Mar 7, 2024
1 parent 5b7a27d commit f012801
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
os: [ windows-latest ]
python: [ "3.9" ]
steps:
# Checkout not in working dir to ensure the imported module is the installed one
- uses: actions/checkout@v3
with:
path: anywhere
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
run: |
python -m pip install --upgrade pip
pip install -e ".[all_extra]"
pip install -e "./anywhere/[all_extra]"
- name: Test import successful
run: |
python -c "import fedeca"
Expand Down

0 comments on commit f012801

Please sign in to comment.