Skip to content

Commit 8b896e3

Browse files
authored
Update feature-cicd.yml
1 parent 3f48a3f commit 8b896e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/feature-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
- name: Install Dependencies
5050
run: |
5151
python -m venv .venv
52-
source .venv/bin/activate
52+
. .venv/bin/activate
5353
pip install -U pip
5454
pip install -r requirements.txt
5555
pip install tox just pre-commit
5656
- name: Run Tests with tox
5757
run: |
58-
source .venv/bin/activate
58+
. .venv/bin/activate
5959
tox -- --cov datafog --cov-report xml --cov-report term --codeblocks
6060
- name: Submit to Codecov
6161
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)