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 1a233cb commit f4c7ba5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ jobs:
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
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: |
python --version
python --version
- name: install-aws-cli
run: |
curl -o awscli.tar.gz https://awscli.amazonaws.com/awscli.tar.gz
$ tar -xzf awscli.tar.gz
ls -alh
./configure --prefix=$HOME/.local
curl -o awscli.tar.gz https://awscli.amazonaws.com/awscli.tar.gz
$ tar -xzf awscli.tar.gz
ls -alh
./configure --prefix=$HOME/.local
- name: Verify installation
run: aws --version
- name: Configure AWS credentials for GitHub Actions
Expand Down

0 comments on commit f4c7ba5

Please sign in to comment.