Skip to content

Commit

Permalink
adds various cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chaduhduh committed Oct 4, 2024
1 parent 54f7c50 commit f99d883
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade setuptools wheel twine build
run: pip install --upgrade setuptools wheel twine build

- name: Build pip package
run: |
rm -rf dist/ build/ datalab_client.egg-info/ astro_datalab.egg-info/
Expand Down

0 comments on commit f99d883

Please sign in to comment.