Skip to content

Commit

Permalink
[WIP] Undo changes to pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Sep 29, 2024
1 parent 0443b38 commit eb7d23f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

- name: Build Docker image
run: docker build -t andes:latest .

- name: Push Docker image
run: docker push andes:latest

- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
Expand Down

0 comments on commit eb7d23f

Please sign in to comment.