Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 15, 2025
1 parent d9b7204 commit 7d9398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
pylint $PYLINT_OPTIONS $PYLINT_FILES
- name: Execute Unit Tests
if: success() || (failure() && (steps.install-dependencies.outcome == 'success' || steps.install-venv.outcome == 'success')
if: success() || (failure() && (steps.install-dependencies.outcome == 'success' || steps.install-venv.outcome == 'success'))
run: |
if [[ "${{ matrix.use_virtual_environment}}" == "true" ]]; then
source /home/waagent/virtualenv/python${{ matrix.python-version }}/bin/activate
Expand Down

0 comments on commit 7d9398d

Please sign in to comment.