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 7190046 commit 1a233cb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,23 @@ 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: |
# 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
- 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: |
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
- name: Verify installation
run: aws --version
- name: Configure AWS credentials for GitHub Actions
Expand Down

0 comments on commit 1a233cb

Please sign in to comment.