Skip to content

Commit

Permalink
Update CI steps (#29)
Browse files Browse the repository at this point in the history
* Update the version of `actions/checkout` to v4 to address warning in
  the build console.
* Remove force flag from venv setup, since the logic should now
  correctly detect that it's being sourced in the CI environment.
  • Loading branch information
zimmermatt authored Jan 26, 2024
1 parent 106e085 commit 4b12b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up python environment
run: source set-up-python-venv.sh -d -f
run: source set-up-python-venv.sh -d

- name: Run linters and tests
run: source venv/bin/activate && make test

0 comments on commit 4b12b41

Please sign in to comment.