Skip to content

Commit

Permalink
Remove generated requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Oct 17, 2024
1 parent 8ab4ded commit cfd77c4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [published]
pull_request:
branches: [ main ]

permissions:
contents: read

Expand All @@ -32,15 +32,6 @@ jobs:
run: |
sudo apt-get update
python -m pip install --upgrade pip
- name: Create lock requirements file in virtual environment
run: |
python -m venv .venv
source .venv/bin/activate
python -m pip install .
python -m pip list --format=freeze --exclude "hats-import" --exclude pip > requirements.txt
python -m pip install .[dev]
python -m pytest tests
python -m pip uninstall -y hats-import
- name: Install build tools
run: pip install build
- name: Build package
Expand Down

0 comments on commit cfd77c4

Please sign in to comment.