Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Oct 19, 2023
1 parent 215da1e commit e6ca633
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}


- name: Bootstrap Pip environment
shell: bash
run: scripts/bootstrap_test_environment.sh

- name: Install dependencies
shell: bash
run: bash scripts/update_dependencies.sh
Expand Down

0 comments on commit e6ca633

Please sign in to comment.