Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerim371 authored Oct 5, 2021
1 parent 9b6c5a3 commit c15aa69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests with unittest
run: |
python -m pip install --upgrade pip
python -m pip install cppguts
python -m pip install . --use-feature=in-tree-build
python -m unittest cppguts.tests.test_cppguts
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Run tests with unittest
run: |
python -m pip install --upgrade pip
python -m pip install cppguts
python -m pip install . --use-feature=in-tree-build
python -m unittest cppguts.tests.test_cppguts
Expand All @@ -86,5 +86,5 @@ jobs:
- name: Run tests with unittest
run: |
python -m pip install --upgrade pip
python -m pip install cppguts
python -m pip install . --use-feature=in-tree-build
python -m unittest cppguts.tests.test_cppguts

0 comments on commit c15aa69

Please sign in to comment.