Skip to content

Commit

Permalink
I'm just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
berryd committed Jan 5, 2024
1 parent 54aabaa commit 71fc002
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ jobs:
run: |
apt-get update
apt-get install unzip
#- name: install python
# run: |
# curl https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz
# tar -xvf Python-3.10.13.tar
# cd Python-3.10.13
# ./configure --prefix=$HOME/python
# make
# make install
- name: check python install
run: |
ln -s /usr/bin/python3 /usr/bin/python
Expand All @@ -101,6 +93,7 @@ jobs:
run: |
curl -o awscli.tar.gz https://awscli.amazonaws.com/awscli.tar.gz
$ tar -xzf awscli.tar.gz
cd awscli-*
ls -alh
./configure --prefix=$HOME/.local
- name: Verify installation
Expand Down

0 comments on commit 71fc002

Please sign in to comment.