Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
akansha1812 committed Aug 1, 2024
1 parent 254a648 commit 97425f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,20 @@ on:
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: |
Expand Down

0 comments on commit 97425f4

Please sign in to comment.