Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
akansha1812 committed Aug 1, 2024
1 parent 97425f4 commit 42e669f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ name: Continuous Tests

on:
push:
branches: [ amaloo/pypi-tests ]
branches: [amaloo/pypi-tests]
pull_request:
branches: [ amaloo/pypi-tests ]
branches: [amaloo/pypi-tests]

jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Create virtual environment
run: python3 -m venv venv
- name: Activate virtual environment
shell: bash
run: source venv/bin/activate
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install gcs-torch-dataflux
- name: Run tests
run: |
pytest dataflux_pytorch/tests -vv --junit-xml=sponge_log.xml --log-cli-level=DEBUG
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Create virtual environment
run: python3 -m venv venv
- name: Activate virtual environment
shell: bash
run: source venv/bin/activate
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install gcs-torch-dataflux
- name: Run tests
run: |
pytest dataflux_pytorch/tests -vv --junit-xml=sponge_log.xml --log-cli-level=DEBUG

0 comments on commit 42e669f

Please sign in to comment.