Skip to content

Commit

Permalink
gha: use virtualenv for everything in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 26, 2021
1 parent 0f4ca88 commit 27133b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gha/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ runs:
# TODO: This Makefile has CircleCI assumptions
run: |
cp ${CI_DIR}/.circle/Makefile .
source ${VIRTUALENV_DIR}/bin/activate
make -C "${ROOT_DIR}" -f "${GITHUB_WORKSPACE}/Makefile" all-ci

0 comments on commit 27133b6

Please sign in to comment.